##// END OF EJS Templates
Disables qml test on < qt 4.7.4
Michal Klocek -
r2005:5e6f2a016c6f
parent child
Show More
@@ -24,8 +24,14 SUBDIRS += \
24 qcategoryaxis \
24 qcategoryaxis \
25 qbarcategoryaxis \
25 qbarcategoryaxis \
26 domain \
26 domain \
27 chartdataset \
27 chartdataset
28 qml
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 !linux-arm*: {
36 !linux-arm*: {
31 SUBDIRS += \
37 SUBDIRS += \
General Comments 0
You need to be logged in to leave comments. Login now