forked from qt-creator/qt-creator
Change-Id: I7dfecd8e0ad0016748ef4513cf0364e8dcd7d121 Reviewed-on: http://codereview.qt.nokia.com/715 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
14 lines
358 B
Prolog
14 lines
358 B
Prolog
TEMPLATE = subdirs
|
|
|
|
include(qmlpuppet_utilities.pri)
|
|
|
|
exists($${QT_PRIVATE_HEADERS}/QtDeclarative/private/qdeclarativecontext_p.h) {
|
|
minQtVersion(4, 7, 1) {
|
|
SUBDIRS += qmlpuppet
|
|
} else {
|
|
warning(Qt version has to be at least 4.7.1 to build qmlpuppet.)
|
|
}
|
|
} else {
|
|
warning(Private headers for Qt required to build qmlpuppet.)
|
|
}
|