##// END OF EJS Templates
Presenterchart moved to tests
Marek Rosa -
r2364:302402848506
parent child
Show More
@@ -11,7 +11,6 SUBDIRS += \
11 percentbarchart \
11 percentbarchart \
12 piechart \
12 piechart \
13 piechartdrilldown \
13 piechartdrilldown \
14 presenterchart \
15 scatterchart \
14 scatterchart \
16 scatterinteractions \
15 scatterinteractions \
17 splinechart \
16 splinechart \
1 NO CONTENT: file renamed from examples/presenterchart/chartview.cpp to tests/presenterchart/chartview.cpp
NO CONTENT: file renamed from examples/presenterchart/chartview.cpp to tests/presenterchart/chartview.cpp
1 NO CONTENT: file renamed from examples/presenterchart/chartview.h to tests/presenterchart/chartview.h
NO CONTENT: file renamed from examples/presenterchart/chartview.h to tests/presenterchart/chartview.h
1 NO CONTENT: file renamed from examples/presenterchart/main.cpp to tests/presenterchart/main.cpp
NO CONTENT: file renamed from examples/presenterchart/main.cpp to tests/presenterchart/main.cpp
@@ -1,4 +1,4
1 !include( ../examples.pri ) {
1 !include( ../tests.pri ) {
2 error( "Couldn't find the examples.pri file!" )
2 error( "Couldn't find the examples.pri file!" )
3 }
3 }
4 TARGET = presenterchart
4 TARGET = presenterchart
@@ -6,7 +6,8 TEMPLATE = subdirs
6 SUBDIRS += \
6 SUBDIRS += \
7 auto \
7 auto \
8 qmlchartproperties \
8 qmlchartproperties \
9 qmlchartaxis
9 qmlchartaxis \
10 presenterchart
10
11
11 contains(QT_CONFIG, opengl) {
12 contains(QT_CONFIG, opengl) {
12 SUBDIRS += chartwidgettest \
13 SUBDIRS += chartwidgettest \
General Comments 0
You need to be logged in to leave comments. Login now