You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
342 B
14 lines
342 B
5 months ago
|
CONFIG += testcase
|
||
|
|
||
|
QT += qml qmltest
|
||
|
|
||
|
mac: 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_\\\"\"
|