aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlpuppet/qmlpuppet.pro
blob: e53c7c8ca77679093f87bff296cdb9e5760e564d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.)
}