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