##// END OF EJS Templates
CategoryRange objects no longer need to be in a specific order
CategoryRange objects no longer need to be in a specific order

File last commit:

r2059:5c5385516771
r2080:e2171111cf47
Show More
plugins.pro
16 lines | 408 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*: {
SUBDIRS += \
designer
}