##// END OF EJS Templates
Added remove single box...
Added remove single box Change-Id: Ie0294150cef9831c28c60004b5a07f890faca74a Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2428:608966252992
r2482:63ca3532f831
Show More
plugins.pro
16 lines | 430 B | text/idl | PrologLexer
Michal Klocek
Move qmlplugins to plugins/declarative
r1197 !include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
Tero Ahola
Disabled build of QML plugin on Qt 4.7.2 and earlier
r1861
Tero Ahola
Oops, Q_REVISION macro came in to Qt 4.7.4, not 4.7.3
r1862 contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\\..*) {
warning("QtCommercial.Charts QML API requires at least Qt 4.7.4. You are using $${QT_VERSION} so the QML API is disabled.")
Tero Ahola
Disabled build of QML plugin on Qt 4.7.2 and earlier
r1861 } else {
SUBDIRS += declarative
}
Marek Rosa
Wavechart example and designer plugin disabled on arm due to include problem
r1680
Miikka Heikkinen
Avoid building designer plugin in embedded environments
r2428 !linux-arm*:!qnx:!vxworks:!wince*: {
Marek Rosa
Qt5: initial fix for designer plugin
r2059 SUBDIRS += \
designer
Marek Rosa
Wavechart example and designer plugin disabled on arm due to include problem
r1680 }