summaryrefslogtreecommitdiffstats
path: root/tests/qmlexample/qmlexample.pro
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-06 12:40:27 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-06 12:43:41 +1000
commitf982ee4b3236cfeeb7aa567fd6d812316d7c2092 (patch)
tree5f8cca93d5189117f71e9e635bac358d1a085611 /tests/qmlexample/qmlexample.pro
parent06249fd8be863a24df96a27f88bd4ed38c572ca8 (diff)
Load test cases out of qrc resources
Diffstat (limited to 'tests/qmlexample/qmlexample.pro')
-rw-r--r--tests/qmlexample/qmlexample.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qmlexample/qmlexample.pro b/tests/qmlexample/qmlexample.pro
index de4f557..502d16a 100644
--- a/tests/qmlexample/qmlexample.pro
+++ b/tests/qmlexample/qmlexample.pro
@@ -2,5 +2,5 @@ TEMPLATE=app
TARGET=tst_qmlexample
CONFIG += warn_on testcase
SOURCES += tst_qmlexample.cpp
-DEFINES += QTEST_QUICK_SOURCE_DIR=\"\\\"$$PWD\\\"\"
+RESOURCES += qmlexample.qrc
include(../../src/quicktestlib/quicktestlib_dep.pri)