@@ -1,60 +1,60 | |||||
1 | TEMPLATE = subdirs |
|
1 | TEMPLATE = subdirs | |
2 | SUBDIRS += areachart \ |
|
2 | SUBDIRS += areachart \ | |
3 | customchart \ |
|
3 | customchart \ | |
4 | linechart \ |
|
4 | linechart \ | |
5 | percentbarchart \ |
|
5 | percentbarchart \ | |
6 | piechart \ |
|
6 | piechart \ | |
7 | piechartdrilldown \ |
|
7 | piechartdrilldown \ | |
8 | scatterchart \ |
|
8 | scatterchart \ | |
9 | scatterinteractions \ |
|
9 | scatterinteractions \ | |
10 | splinechart \ |
|
10 | splinechart \ | |
11 | stackedbarchart \ |
|
11 | stackedbarchart \ | |
12 | stackedbarchartdrilldown \ |
|
12 | stackedbarchartdrilldown \ | |
13 | zoomlinechart \ |
|
13 | zoomlinechart \ | |
14 | modeldata \ |
|
14 | modeldata \ | |
15 | barchart \ |
|
15 | barchart \ | |
16 | boxplotchart \ |
|
16 | boxplotchart \ | |
17 | legend \ |
|
17 | legend \ | |
18 | barmodelmapper \ |
|
18 | barmodelmapper \ | |
19 | lineandbar \ |
|
19 | lineandbar \ | |
20 | horizontalbarchart \ |
|
20 | horizontalbarchart \ | |
21 | horizontalstackedbarchart \ |
|
21 | horizontalstackedbarchart \ | |
22 | horizontalpercentbarchart \ |
|
22 | horizontalpercentbarchart \ | |
23 | donutbreakdown \ |
|
23 | donutbreakdown \ | |
24 | temperaturerecords \ |
|
24 | temperaturerecords \ | |
25 | donutchart \ |
|
25 | donutchart \ | |
26 | multiaxis \ |
|
26 | multiaxis \ | |
27 | legendmarkers \ |
|
27 | legendmarkers \ | |
28 | logvalueaxis \ |
|
28 | logvalueaxis \ | |
29 | polarchart \ |
|
29 | polarchart \ | |
30 | piechartcustomization \ |
|
30 | piechartcustomization \ | |
31 | dynamicspline \ |
|
31 | dynamicspline \ | |
32 | nesteddonuts \ |
|
32 | nesteddonuts \ | |
33 | chartinteractions \ |
|
33 | chartinteractions \ | |
34 | callout \ |
|
34 | callout \ | |
35 | chartthemes |
|
35 | chartthemes | |
36 |
|
36 | |||
37 | qtHaveModule(quick) { |
|
37 | qtHaveModule(quick) { | |
38 | SUBDIRS += qmlboxplot \ |
|
38 | SUBDIRS += qmlboxplot \ | |
39 | qmlpiechart \ |
|
39 | qmlpiechart \ | |
40 | qmlweather \ |
|
40 | qmlweather \ | |
41 | qmlf1legends \ |
|
41 | qmlf1legends \ | |
42 | qmlcustomizations \ |
|
42 | qmlcustomizations \ | |
43 | qmlaxes \ |
|
43 | qmlaxes \ | |
44 | qmlcustomlegend \ |
|
44 | qmlcustomlegend \ | |
45 | qmlpolarchart \ |
|
45 | qmlpolarchart \ | |
46 | qmlchart \ |
|
46 | qmlchart \ | |
47 | qmloscilloscope |
|
47 | qmloscilloscope | |
48 | } |
|
48 | } | |
49 |
|
49 | |||
50 | contains(QT_CONFIG, multimedia) { |
|
50 | qtHaveModule(multimedia) { | |
51 | SUBDIRS += audio |
|
51 | SUBDIRS += audio | |
52 | } else { |
|
52 | } else { | |
53 | message("QtMultimedia library not available. Some examples are disabled") |
|
53 | message("QtMultimedia library not available. Some examples are disabled") | |
54 | } |
|
54 | } | |
55 |
|
55 | |||
56 | !linux-arm*: { |
|
56 | !linux-arm*: { | |
57 | SUBDIRS += \ |
|
57 | SUBDIRS += \ | |
58 | datetimeaxis |
|
58 | datetimeaxis | |
59 | } |
|
59 | } | |
60 |
|
60 |
General Comments 0
You need to be logged in to leave comments.
Login now