##// END OF EJS Templates
Avoid building designer plugin in embedded environments
Miikka Heikkinen -
r2428:608966252992
parent child
Show More
@@ -10,7 +10,7 contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\
10 SUBDIRS += declarative
10 SUBDIRS += declarative
11 }
11 }
12
12
13 !linux-arm*: {
13 !linux-arm*:!qnx:!vxworks:!wince*: {
14 SUBDIRS += \
14 SUBDIRS += \
15 designer
15 designer
16 }
16 }
General Comments 0
You need to be logged in to leave comments. Login now