Files
qt-creator/share/qtcreator/qml/qmlpuppet/qmlpuppet.pro
Thomas Hartmann cf39ee315b QmlDesigner.nodeInstances: improving warnings if building qmlpuppet fails
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>
2011-06-24 16:19:01 +02:00

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.)
}