##// 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,6 +1,4
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
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
@@ -6,7 +6,6 SUBDIRS += \
6 6 customchart \
7 7 #dynamiclinechart \
8 8 #ekgchart \
9 gdpbarchart \
10 9 linechart \
11 10 #multichart \
12 11 percentbarchart \
General Comments 0
You need to be logged in to leave comments. Login now