summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.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/qdeclarativeengine/qdeclarativeengine.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/qdeclarativeengine/qdeclarativeengine.pro')
-rw-r--r--tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro b/tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro
index 7119ad9..7a6f358 100644
--- a/tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro
+++ b/tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro
@@ -4,7 +4,9 @@ macx:CONFIG -= app_bundle
SOURCES += tst_qdeclarativeengine.cpp
-!symbian: {
+wince*: {
+ DEFINES += SRCDIR=\\\".\\\"
+} else:!symbian: {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}