summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qmltestcase.prf
blob: 5e60185493acd82466daab9ca2f37170dfce566d (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase

QT += declarative qmltest

# If the .pro file specified an IMPORTPATH, then add that to
# the command-line when the test is run.
!isEmpty(IMPORTPATH) {
    load(testcase)
    for(import, IMPORTPATH): check.commands += -import \"$$import\"
}
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$OUT_PWD\\\"\"