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

QT += qml qmltest

macx: CONFIG -= app_bundle

# 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=\"\\\"$$_PRO_FILE_PWD_\\\"\"