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