##// END OF EJS Templates
Disabled build of QML plugin on Qt 4.7.2 and earlier
Tero Ahola -
r1861:5cdd77fa1409
parent child
Show More
@@ -1,12 +1,16
1 !include( ../config.pri ) {
1 !include( ../config.pri ) {
2 error( "Couldn't find the config.pri file!" )
2 error( "Couldn't find the config.pri file!" )
3 }
3 }
4
4
5 TEMPLATE = subdirs
5 TEMPLATE = subdirs
6 SUBDIRS += \
6
7 declarative
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 !linux-arm*: {
13 !linux-arm*: {
10 SUBDIRS += \
14 SUBDIRS += \
11 designer
15 designer
12 }
16 }
General Comments 0
You need to be logged in to leave comments. Login now