##// 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,6 +1,4
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
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
@@ -6,7 +6,6 SUBDIRS += \
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 \
General Comments 0
You need to be logged in to leave comments. Login now