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

TEMPLATE = app
CONFIG += warn_on qmltestcase
CONFIG -= testcase
SOURCES += main.cpp
OTHER_FILES += tst_*.qml
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"