##// END OF EJS Templates
Fixed not correctly disabled datetimeaxis example
Marek Rosa -
r1893:767197d1dbcf
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 14 presenterchart \
15 15 scatterchart \
16 16 scatterinteractions \
17 17 splinechart \
18 18 stackedbarchart \
19 19 stackedbarchartdrilldown \
20 20 zoomlinechart \
21 21 modeldata \
22 22 barchart \
23 23 legend \
24 24 barmodelmapper \
25 25 qmlpiechart \
26 26 lineandbar \
27 27 horizontalbarchart \
28 28 horizontalstackedbarchart \
29 29 horizontalpercentbarchart \
30 30 donutbreakdown \
31 31 scrollchart \
32 datetimeaxis \
33 32 temperaturerecords \
34 33 donutchart
35 34
36 35 !linux-arm*: {
37 36 SUBDIRS += \
38 37 datetimeaxis
39 38 }
General Comments 0
You need to be logged in to leave comments. Login now