##// END OF EJS Templates
Disabled build of QML plugin on Qt 4.7.2 and earlier
Tero Ahola -
r1861:5cdd77fa1409
parent child
Show More
@@ -3,8 +3,12
3 3 }
4 4
5 5 TEMPLATE = subdirs
6 SUBDIRS += \
7 declarative
6
7 contains(QT_VERSION, ^4\\.[0-7]\\.[0-2]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\\..*) {
8 warning("QtCommercial.Charts QML API requires at least Qt 4.7.3. You are using $${QT_VERSION} so the QML API is disabled.")
9 } else {
10 SUBDIRS += declarative
11 }
8 12
9 13 !linux-arm*: {
10 14 SUBDIRS += \
General Comments 0
You need to be logged in to leave comments. Login now