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

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