diff options
author | jaanttil <janne.anttila@digia.com> | 2011-11-24 08:26:45 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-06 13:59:39 (GMT) |
commit | 5db73d288450abda07f4c7c214923872e6ba0b5b (patch) | |
tree | 0d5b3a937e423bfa552b0e3f0e0b8196b73939bb /tests/auto/declarative/qdeclarativebehaviors | |
parent | 4a6e91d912de6039230ec6f02b0bc5f3507f06cc (diff) | |
download | Qt-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/qdeclarativebehaviors')
-rw-r--r-- | tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro b/tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro index 7416827..06fe449 100644 --- a/tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro +++ b/tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro @@ -3,10 +3,11 @@ contains(QT_CONFIG,declarative): QT += declarative SOURCES += tst_qdeclarativebehaviors.cpp macx:CONFIG -= app_bundle -symbian: { +wince*|symbian: { importFiles.files = data importFiles.path = . DEPLOYMENT += importFiles + wince*: DEFINES += SRCDIR=\\\".\\\" } else { DEFINES += SRCDIR=\\\"$$PWD\\\" } |