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