##// END OF EJS Templates
Fix android build issues...
Fix android build issues Change-Id: I2472408330307e1bccede1b842eae365e850f848 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>

File last commit:

r2501:8956755bc504
r2649:d95a3b0d6ff1
Show More
plugins.pro
14 lines | 442 B | text/idl | PrologLexer
Michal Klocek
Move qmlplugins to plugins/declarative
r1197 !include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
Tero Ahola
Disabled build of QML plugin on Qt 4.7.2 and earlier
r1861
Tero Ahola
Oops, Q_REVISION macro came in to Qt 4.7.4, not 4.7.3
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
Disabled build of QML plugin on Qt 4.7.2 and earlier
r1861 } else {
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 SUBDIRS += quick1
contains(QT_VERSION, ^5\\..*\\..*$) {
qtHaveModule(quick): SUBDIRS += quick2
}
Tero Ahola
Disabled build of QML plugin on Qt 4.7.2 and earlier
r1861 }