summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmovie
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-05-26 14:05:58 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-05-26 19:40:21 +0200
commit724ed689cdec252ffb33b496fceb6ce4f81125dd (patch)
treea2166681a9d901a4f9dcaef75ff1392f9e6ca2d0 /tests/auto/qmovie
parentc22dc63d5333c85afd167944675bfebec6b5c9a3 (diff)
escape backslashes
this makes windows-style path specs *ugly*. that's intentional. :-P
Diffstat (limited to 'tests/auto/qmovie')
-rw-r--r--tests/auto/qmovie/qmovie.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qmovie/qmovie.pro b/tests/auto/qmovie/qmovie.pro
index 30e5901d7c..a8ec4785b3 100644
--- a/tests/auto/qmovie/qmovie.pro
+++ b/tests/auto/qmovie/qmovie.pro
@@ -7,14 +7,14 @@ MOC_DIR=tmp
!contains(QT_CONFIG, no-mng):DEFINES += QTEST_HAVE_MNG
wince*: {
- addFiles.sources = animations\*
+ addFiles.sources = animations\\*
addFiles.path = animations
DEPLOYMENT += addFiles
}
symbian*: {
- addFiles.sources = animations\*
+ addFiles.sources = animations\\*
addFiles.path = animations
DEPLOYMENT += addFiles