summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanimatedimage
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/qdeclarativeanimatedimage
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/qdeclarativeanimatedimage')
-rw-r--r--tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro b/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro
index 3d040a6..7b2ac35 100644
--- a/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro
+++ b/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro
@@ -4,10 +4,11 @@ HEADERS += ../shared/testhttpserver.h
SOURCES += tst_qdeclarativeanimatedimage.cpp ../shared/testhttpserver.cpp
macx:CONFIG -= app_bundle
-symbian: {
+wince*|symbian: {
importFiles.files = data
importFiles.path = .
DEPLOYMENT += importFiles
+ wince*: DEFINES += SRCDIR=\\\".\\\"
} else {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}