##// END OF EJS Templates
Selectable outlines for box...
Selectable outlines for box Change-Id: Ic31fa26f914baaa6c26f52c73ca4328ec7523581 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2501:8956755bc504
r2573:3880b19e7795
Show More
plugins.pro
14 lines | 442 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 += quick1
contains(QT_VERSION, ^5\\..*\\..*$) {
qtHaveModule(quick): SUBDIRS += quick2
}
}