##// END OF EJS Templates
Remove designer plugin from default build....
Miikka Heikkinen -
r2501:8956755bc504
parent child
Show More
@@ -1,19 +1,14
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
6
7 contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\\..*) {
7 contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\\..*) {
8 warning("QtCommercial.Charts QML API requires at least Qt 4.7.4. You are using $${QT_VERSION} so the QML API is disabled.")
8 warning("QtCommercial.Charts QML API requires at least Qt 4.7.4. You are using $${QT_VERSION} so the QML API is disabled.")
9 } else {
9 } else {
10 SUBDIRS += quick1
10 SUBDIRS += quick1
11 contains(QT_VERSION, ^5\\..*\\..*$) {
11 contains(QT_VERSION, ^5\\..*\\..*$) {
12 qtHaveModule(quick): SUBDIRS += quick2
12 qtHaveModule(quick): SUBDIRS += quick2
13 }
13 }
14 }
14 }
15
16 !linux-arm*:!qnx:!vxworks:!wince*: {
17 SUBDIRS += \
18 designer
19 }
General Comments 0
You need to be logged in to leave comments. Login now