@@ -24,8 +24,14 SUBDIRS += \ | |||
|
24 | 24 | qcategoryaxis \ |
|
25 | 25 | qbarcategoryaxis \ |
|
26 | 26 | domain \ |
|
27 |
chartdataset |
|
|
28 | qml | |
|
27 | chartdataset | |
|
28 | ||
|
29 | contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\\..*) { | |
|
30 | warning("QtCommercial.Charts QML API requires at least Qt 4.7.4. You are using $${QT_VERSION} so the QML API is disabled.") | |
|
31 | } else { | |
|
32 | ||
|
33 | SUBDIRS += qml | |
|
34 | } | |
|
29 | 35 | |
|
30 | 36 | !linux-arm*: { |
|
31 | 37 | SUBDIRS += \ |
General Comments 0
You need to be logged in to leave comments.
Login now