##// END OF EJS Templates
Presenterchart moved to tests
Marek Rosa -
r2364:302402848506
parent child
Show More
@@ -1,39 +1,38
1 1 CURRENTLY_BUILDING_COMPONENTS = "examples"
2 2 !include( ../config.pri ) {
3 3 error( "Couldn't find the config.pri file!" )
4 4 }
5 5
6 6 TEMPLATE = subdirs
7 7 SUBDIRS += \
8 8 areachart \
9 9 customchart \
10 10 linechart \
11 11 percentbarchart \
12 12 piechart \
13 13 piechartdrilldown \
14 presenterchart \
15 14 scatterchart \
16 15 scatterinteractions \
17 16 splinechart \
18 17 stackedbarchart \
19 18 stackedbarchartdrilldown \
20 19 zoomlinechart \
21 20 modeldata \
22 21 barchart \
23 22 legend \
24 23 barmodelmapper \
25 24 qmlpiechart \
26 25 lineandbar \
27 26 horizontalbarchart \
28 27 horizontalstackedbarchart \
29 28 horizontalpercentbarchart \
30 29 donutbreakdown \
31 30 temperaturerecords \
32 31 donutchart \
33 32 multiaxis \
34 33 legendmarkers
35 34
36 35 !linux-arm*: {
37 36 SUBDIRS += \
38 37 datetimeaxis
39 38 }
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,6 +1,6
1 !include( ../examples.pri ) {
1 !include( ../tests.pri ) {
2 2 error( "Couldn't find the examples.pri file!" )
3 3 }
4 4 TARGET = presenterchart
5 5 HEADERS += chartview.h
6 6 SOURCES += main.cpp chartview.cpp
@@ -1,16 +1,17
1 1 !include( ../config.pri ) {
2 2 error( "Couldn't find the config.pri file!" )
3 3 }
4 4
5 5 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 \
13 14 wavechart
14 15 } else {
15 16 message("OpenGL not available. Some test apps are disabled")
16 17 }
General Comments 0
You need to be logged in to leave comments. Login now