2011-05-21 13:50:14 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
|
2011-05-27 04:43:13 +00:00
|
|
|
QT += declarative qmltest
|
2011-05-21 13:50:14 +00:00
|
|
|
|
2011-10-24 23:50:40 +00:00
|
|
|
macx: CONFIG -= app_bundle
|
|
|
|
|
2011-05-21 13:50:14 +00:00
|
|
|
# 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\"
|
|
|
|
}
|
2011-10-20 01:42:37 +00:00
|
|
|
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$_PRO_FILE_PWD_\\\"\"
|