summaryrefslogtreecommitdiffstats
path: root/examples/charts/charts.pro
blob: e9d3e0e80054b290f7af74a924a069dd24de43d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
TEMPLATE = subdirs
SUBDIRS += areachart \
           customchart \
           linechart \
           percentbarchart \
           piechart \
           piechartdrilldown \
           scatterchart \
           scatterinteractions \
           splinechart \
           stackedbarchart \
           stackedbarchartdrilldown \
           zoomlinechart \
           modeldata \
           barchart \
           boxplotchart \
           legend \
           barmodelmapper \
           lineandbar \
           horizontalbarchart \
           horizontalstackedbarchart \
           horizontalpercentbarchart \
           donutbreakdown \
           temperaturerecords \
           donutchart \
           multiaxis \
           legendmarkers \
           logvalueaxis \
           polarchart \
           piechartcustomization \
           dynamicspline \
           nesteddonuts \
           chartinteractions \
           callout \
           chartthemes

qtHaveModule(quick) {
    SUBDIRS += qmlboxplot \
           qmlpiechart \
           qmlweather \
           qmlf1legends \
           qmlcustomizations \
           qmlaxes \
           qmlcustomlegend \
           qmlpolarchart \
           qmlchart \
           qmloscilloscope
}

contains(QT_CONFIG, multimedia) {
    SUBDIRS += audio
} else {
    message("QtMultimedia library not available. Some examples are disabled")
}

!linux-arm*: {
SUBDIRS += \
    datetimeaxis
}