forked from qt-creator/qt-creator
Change-Id: Id50d8c6130e9d5169a74015bc24e84de64eabfa7 Reviewed-on: http://codereview.qt.nokia.com/634 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
14 lines
295 B
Prolog
14 lines
295 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 4.7.1 required!)
|
|
}
|
|
} else {
|
|
warning(No private headers in Qt!)
|
|
}
|