3195b41eb7
Change-Id: Ia4bf45132a74ec7bbbb2a918088c176f87a26e76 Reviewed-by: Kent Hansen <kent.hansen@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
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_\\\"\"
|