summaryrefslogtreecommitdiffstats
path: root/tests/qmlexample/qmlexample.pro
diff options
context:
space:
mode:
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)