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.pro65
1 files changed, 34 insertions, 31 deletions
diff --git a/examples/charts/charts.pro b/examples/charts/charts.pro
index 704d9cc0..b64b464f 100644
--- a/examples/charts/charts.pro
+++ b/examples/charts/charts.pro
@@ -1,52 +1,55 @@
TEMPLATE = subdirs
-SUBDIRS += areachart \
+SUBDIRS += \
+ areachart \
+ barchart \
+ barmodelmapper \
+ boxplotchart \
+ callout \
+ candlestickchart \
+ chartinteractions \
+ chartthemes \
customchart \
+ donutbreakdown \
+ donutchart \
+ dynamicspline \
+ horizontalbarchart \
+ horizontalpercentbarchart \
+ horizontalstackedbarchart \
+ legend \
+ legendmarkers \
+ lineandbar \
linechart \
+ logvalueaxis \
+ modeldata \
+ multiaxis \
+ nesteddonuts \
percentbarchart \
piechart \
+ piechartcustomization \
piechartdrilldown \
+ polarchart \
scatterchart \
scatterinteractions \
splinechart \
stackedbarchart \
stackedbarchartdrilldown \
- zoomlinechart \
- modeldata \
- barchart \
- boxplotchart \
- candlestickchart \
- legend \
- barmodelmapper \
- lineandbar \
- horizontalbarchart \
- horizontalstackedbarchart \
- horizontalpercentbarchart \
- donutbreakdown \
temperaturerecords \
- donutchart \
- multiaxis \
- legendmarkers \
- logvalueaxis \
- polarchart \
- piechartcustomization \
- dynamicspline \
- nesteddonuts \
- chartinteractions \
- callout \
- chartthemes
+ zoomlinechart
qtHaveModule(quick) {
- SUBDIRS += qmlboxplot \
+ SUBDIRS += \
+ qmlaxes \
+ qmlboxplot \
qmlcandlestick \
- qmlpiechart \
- qmlweather \
- qmlf1legends \
+ qmlchart \
qmlcustomizations \
- qmlaxes \
qmlcustomlegend \
+ qmlf1legends \
+ qmloscilloscope \
+ qmlpiechart \
qmlpolarchart \
- qmlchart \
- qmloscilloscope
+ qmlweather
+
}
qtHaveModule(multimedia) {