summaryrefslogtreecommitdiffstats
path: root/examples/charts/charts.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/charts.pro')
-rw-r--r--examples/charts/charts.pro60
1 files changed, 60 insertions, 0 deletions
diff --git a/examples/charts/charts.pro b/examples/charts/charts.pro
new file mode 100644
index 00000000..e9d3e0e8
--- /dev/null
+++ b/examples/charts/charts.pro
@@ -0,0 +1,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
+}
+