##// END OF EJS Templates
Added BoxPlot to examples.pro...
Mika Salmela -
r2471:983c36673743
parent child
Show More
@@ -1,5 +1,6
1 !include( ../examples.pri ) {
1 !include( ../examples.pri ) {
2 error( "Couldn't find the examples.pri file!" )
2 error( "Couldn't find the examples.pri file!" )
3 }
3 }
4
4 TARGET = boxplotchart
5 TARGET = boxplotchart
5 SOURCES += main.cpp
6 SOURCES += main.cpp
@@ -1,39 +1,40
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 scatterchart \
14 scatterchart \
15 scatterinteractions \
15 scatterinteractions \
16 splinechart \
16 splinechart \
17 stackedbarchart \
17 stackedbarchart \
18 stackedbarchartdrilldown \
18 stackedbarchartdrilldown \
19 zoomlinechart \
19 zoomlinechart \
20 modeldata \
20 modeldata \
21 barchart \
21 barchart \
22 boxplotchart \
22 legend \
23 legend \
23 barmodelmapper \
24 barmodelmapper \
24 qmlpiechart \
25 qmlpiechart \
25 lineandbar \
26 lineandbar \
26 horizontalbarchart \
27 horizontalbarchart \
27 horizontalstackedbarchart \
28 horizontalstackedbarchart \
28 horizontalpercentbarchart \
29 horizontalpercentbarchart \
29 donutbreakdown \
30 donutbreakdown \
30 temperaturerecords \
31 temperaturerecords \
31 donutchart \
32 donutchart \
32 multiaxis \
33 multiaxis \
33 legendmarkers \
34 legendmarkers \
34 logvalueaxis
35 logvalueaxis
35
36
36 !linux-arm*: {
37 !linux-arm*: {
37 SUBDIRS += \
38 SUBDIRS += \
38 datetimeaxis
39 datetimeaxis
39 }
40 }
General Comments 0
You need to be logged in to leave comments. Login now