##// END OF EJS Templates
Move gdpbarchart to demos
Jani Honkonen -
r827:e44172bd0846
parent child
Show More
@@ -1,3 +1,4
1 1 TEMPLATE = subdirs
2 2 SUBDIRS += chartthemes \
3 piechartcustomization No newline at end of file
3 piechartcustomization \
4 gdpbarchart
1 NO CONTENT: file renamed from examples/gdpbarchart/gdpData to demos/gdpbarchart/gdpData
@@ -1,16 +1,14
1 !include( ../examples.pri ) {
2 error( "Couldn't find the examples.pri file!" )
3 }
1 !include( ../demos.pri ):error( "Couldn't find the demos.pri file!" )
4 2
5 3 QT+= sql
6 4 TARGET = gdpbarchart
7 5 SOURCES += main.cpp\
8 6 widget.cpp
9 7 HEADERS += widget.h
10 8
11 9 !mac {
12 10 FILE = $$PWD/gdpData
13 11 win32:{FILE = $$replace(FILE, "/","\\")}
14 12 # TODO: QMAKE_POST_LINK does not work on mac; how to copy the data file?
15 13 QMAKE_POST_LINK += $$QMAKE_COPY $$FILE $$CHART_BUILD_BIN_DIR
16 14 }
1 NO CONTENT: file renamed from examples/gdpbarchart/main.cpp to demos/gdpbarchart/main.cpp
1 NO CONTENT: file renamed from examples/gdpbarchart/widget.cpp to demos/gdpbarchart/widget.cpp
1 NO CONTENT: file renamed from examples/gdpbarchart/widget.h to demos/gdpbarchart/widget.h
@@ -1,30 +1,29
1 1 TEMPLATE = subdirs
2 2 SUBDIRS += \
3 3 areachart \
4 4 barchart \
5 5 #chartview \
6 6 customchart \
7 7 #dynamiclinechart \
8 8 #ekgchart \
9 gdpbarchart \
10 9 linechart \
11 10 #multichart \
12 11 percentbarchart \
13 12 piechart \
14 13 piechartdrilldown \
15 14 #presenterchart \
16 15 scatterchart \
17 16 #scatterinteractions \
18 17 #splinechart \
19 18 stackedbarchart \
20 19 #stackedbarchartdrilldown \
21 20 #tablemodelchart \
22 21 zoomlinechart
23 22
24 23
25 24
26 25
27 26
28 27
29 28
30 29
General Comments 0
You need to be logged in to leave comments. Login now