##// END OF EJS Templates
Improved handling of different serieses....
Improved handling of different serieses. Change-Id: If5e59868a1a01818fe70c1a9882a315a57543c95 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2428:608966252992
r2484:f6ca68eccfda
Show More
plugins.pro
16 lines | 430 B | text/idl | PrologLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
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.")
} else {
SUBDIRS += declarative
}
!linux-arm*:!qnx:!vxworks:!wince*: {
SUBDIRS += \
designer
}