summaryrefslogtreecommitdiffstats
path: root/examples/charts/charts.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-07-27 11:26:15 +0200
committerMichal Klocek <michal.klocek@qt.io>2020-11-06 12:17:43 +0100
commit71cb91cfba5ab7db2b2415a48881aeba37d71438 (patch)
tree95f91556531ee6a7d153315cd3e5359cf0dce177 /examples/charts/charts.pro
parent36c9c74023edb39d6ab64fb0d6c789575cdccdbd (diff)
Add datetimeaxis to configure system
This handles also qreal as float detection. Change-Id: I6b975f487f4d244849c306a703e5f25172acec8e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'examples/charts/charts.pro')
-rw-r--r--examples/charts/charts.pro8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/charts/charts.pro b/examples/charts/charts.pro
index d94eec1b..28bebd89 100644
--- a/examples/charts/charts.pro
+++ b/examples/charts/charts.pro
@@ -66,13 +66,11 @@ qtConfig(charts-scatter-chart) {
}
qtHaveModule(quick) {
SUBDIRS += \
- qmlaxes \
qmlchart \
qmlcustomizations \
qmlcustomlegend \
qmlf1legends \
qmloscilloscope \
- qmlpolarchart \
qmlweather
}
@@ -88,8 +86,8 @@ contains(QT_CONFIG, opengl) {
message("OpenGL not available. Some examples are disabled.")
}
-!contains(QT_COORD_TYPE, float): {
-SUBDIRS += \
- datetimeaxis
+qtConfig(charts-datetime-axis) {
+ SUBDIRS += datetimeaxis
+ qtHaveModule(quick): SUBDIRS += qmlaxes qmlpolarchart
}