plugins.pro
14 lines
| 442 B
| text/idl
|
PrologLexer
/ plugins / plugins.pro
Michal Klocek
|
r1197 | !include( ../config.pri ) { | ||
error( "Couldn't find the config.pri file!" ) | ||||
} | ||||
TEMPLATE = subdirs | ||||
Tero Ahola
|
r1861 | |||
Tero Ahola
|
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
|
r1861 | } else { | ||
Miikka Heikkinen
|
r2488 | SUBDIRS += quick1 | ||
contains(QT_VERSION, ^5\\..*\\..*$) { | ||||
qtHaveModule(quick): SUBDIRS += quick2 | ||||
} | ||||
Tero Ahola
|
r1861 | } | ||