summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsscene
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-05-26 12:05:58 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-05-26 17:40:21 (GMT)
commit724ed689cdec252ffb33b496fceb6ce4f81125dd (patch)
treea2166681a9d901a4f9dcaef75ff1392f9e6ca2d0 /tests/auto/qgraphicsscene
parentc22dc63d5333c85afd167944675bfebec6b5c9a3 (diff)
downloadQt-724ed689cdec252ffb33b496fceb6ce4f81125dd.zip
Qt-724ed689cdec252ffb33b496fceb6ce4f81125dd.tar.gz
Qt-724ed689cdec252ffb33b496fceb6ce4f81125dd.tar.bz2
escape backslashes
this makes windows-style path specs *ugly*. that's intentional. :-P
Diffstat (limited to 'tests/auto/qgraphicsscene')
-rw-r--r--tests/auto/qgraphicsscene/qgraphicsscene.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qgraphicsscene/qgraphicsscene.pro b/tests/auto/qgraphicsscene/qgraphicsscene.pro
index 31bb769..401c9eb 100644
--- a/tests/auto/qgraphicsscene/qgraphicsscene.pro
+++ b/tests/auto/qgraphicsscene/qgraphicsscene.pro
@@ -9,8 +9,8 @@ DEFINES += QT_NO_CAST_TO_ASCII
wince*|symbian*: {
rootFiles.sources = Ash_European.jpg graphicsScene_selection.data
rootFiles.path = .
- renderFiles.sources = testData\render\*
- renderFiles.path = testData\render
+ renderFiles.sources = testData\\render\\*
+ renderFiles.path = testData\\render
DEPLOYMENT += rootFiles renderFiles
}
wince*:{