summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml-qtquicktest/qml-qtquicktest.pro
blob: 94062270fe1ef38228d83a2c758b3abebd1bd8d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!include( ../auto.pri ) {
    error( "Couldn't find the auto.pri file!" )
}

greaterThan(QT_MAJOR_VERSION, 4) {
    TEMPLATE = app
    CONFIG += warn_on qmltestcase
    SOURCES += main.cpp
    OTHER_FILES += tst_*.qml
    DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"
} else {
    error("These auto tests are designed for Qt5 / QtQuick 2.0")
}