plugins.pro
16 lines
| 408 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 { | ||
SUBDIRS += declarative | ||||
} | ||||
Marek Rosa
|
r1680 | |||
!linux-arm*: { | ||||
Marek Rosa
|
r2059 | SUBDIRS += \ | ||
designer | ||||
Marek Rosa
|
r1680 | } | ||