aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.pro
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2011-10-14 12:02:43 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-14 08:02:27 +0200
commit619e567e8f4cca6f4f97128057302f820ec03d43 (patch)
tree7936cd5d101418c6635c02f92d4c0f569747a7c6 /tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.pro
parent8cbd59e253474899ffa2b7d3d04d8c5a6b09a099 (diff)
More use of TESTDATA macro.
Change-Id: I65ff7aa44e18a60e431d30efec2717d2ce5f95e4 Reviewed-on: http://codereview.qt-project.org/6641 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.pro')
-rw-r--r--tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.pro b/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.pro
index 6ae085caad..94c0f9dde1 100644
--- a/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.pro
+++ b/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.pro
@@ -6,6 +6,12 @@ SOURCES = tst_qdeclarativemoduleplugin.cpp \
../shared/testhttpserver.cpp
CONFIG -= app_bundle
-DEFINES += SRCDIR=\\\"$$PWD\\\"
+testDataFiles.files = data
+testDataFiles.path = .
+DEPLOYMENT += testDataFiles
+
+testImportFiles.files = imports
+testImportFiles.path = .
+DEPLOYMENT += testImportFiles
QT += core-private gui-private declarative-private network testlib