summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro
diff options
context:
space:
mode:
authorjaanttil <janne.anttila@digia.com>2011-11-24 08:26:45 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-02-06 13:59:39 (GMT)
commit5db73d288450abda07f4c7c214923872e6ba0b5b (patch)
tree0d5b3a937e423bfa552b0e3f0e0b8196b73939bb /tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro
parent4a6e91d912de6039230ec6f02b0bc5f3507f06cc (diff)
downloadQt-5db73d288450abda07f4c7c214923872e6ba0b5b.zip
Qt-5db73d288450abda07f4c7c214923872e6ba0b5b.tar.gz
Qt-5db73d288450abda07f4c7c214923872e6ba0b5b.tar.bz2
Fixed QtDeclarative autotest deployment for WinCE devices.
Change-Id: Id42aefd69484d5cfe1f44566dffce4b05db5aa19 Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro')
-rw-r--r--tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro b/tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro
index 4124f94..ff90678 100644
--- a/tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro
+++ b/tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro
@@ -5,7 +5,12 @@ macx:CONFIG -= app_bundle
SOURCES += tst_qdeclarativecomponent.cpp
-!symbian: {
+wince*|symbian: {
+ importFiles.files = data
+ importFiles.path = .
+ DEPLOYMENT += importFiles
+ wince*: DEFINES += SRCDIR=\\\".\\\"
+} else {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}