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