summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdesktopservices
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/qdesktopservices
parentc22dc63d5333c85afd167944675bfebec6b5c9a3 (diff)
escape backslashes
this makes windows-style path specs *ugly*. that's intentional. :-P
Diffstat (limited to 'tests/auto/qdesktopservices')
-rw-r--r--tests/auto/qdesktopservices/qdesktopservices.pro22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/auto/qdesktopservices/qdesktopservices.pro b/tests/auto/qdesktopservices/qdesktopservices.pro
index 9ef557d3ba..d32ed4c794 100644
--- a/tests/auto/qdesktopservices/qdesktopservices.pro
+++ b/tests/auto/qdesktopservices/qdesktopservices.pro
@@ -3,23 +3,23 @@ CONFIG += qttest_p4
SOURCES += tst_qdesktopservices.cpp
TARGET = tst_qdesktopservices
symbian: {
- dummy.sources = text\testfile.txt
+ dummy.sources = text\\testfile.txt
dummy.path = .
- text.sources = text\*
- text.path = \data\others\
+ text.sources = text\\*
+ text.path = \\data\\others
- image.sources = image\*
- image.path = \data\images\
+ image.sources = image\\*
+ image.path = \\data\\images
- audio.sources = audio\*
- audio.path = \data\sounds\
+ audio.sources = audio\\*
+ audio.path = \\data\\sounds
- video.sources = video\*
- video.path = \data\videos\
+ video.sources = video\\*
+ video.path = \\data\\videos
- install.sources = install\*
- install.path = \data\installs\
+ install.sources = install\\*
+ install.path = \\data\\installs
DEPLOYMENT += image audio video install