summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTomi Vihria <tomi.vihria@nokia.com>2011-05-18 14:43:14 (GMT)
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-05-25 17:11:52 (GMT)
commitc9eb2ffd1ed940133392831747605bf735d92086 (patch)
tree44d3e095b65c6682c22cb227a2341b5e65557bcf /tests
parent9663956626fe95ace6baa4cf0ba30898a88147a7 (diff)
downloadQt-c9eb2ffd1ed940133392831747605bf735d92086.zip
Qt-c9eb2ffd1ed940133392831747605bf735d92086.tar.gz
Qt-c9eb2ffd1ed940133392831747605bf735d92086.tar.bz2
Fixing Linux compatibility issues for Symbian
The patch applies everything from the original, except for the filename case changes in LIBS which are handled differently based on the auto-detected is_using_gnupoc CONFIG value. Reviewed-by: Laszlo Agocs
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qcssparser/qcssparser.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qcssparser/qcssparser.pro b/tests/auto/qcssparser/qcssparser.pro
index 674064f..4953490 100644
--- a/tests/auto/qcssparser/qcssparser.pro
+++ b/tests/auto/qcssparser/qcssparser.pro
@@ -10,7 +10,7 @@ requires(contains(QT_CONFIG,private_tests))
wince*|symbian: {
addFiles.sources = testdata
addFiles.path = .
- timesFont.sources = C:/Windows/Fonts/times.ttf
+ timesFont.sources = c:/windows/fonts/times.ttf
timesFont.path = .
DEPLOYMENT += addFiles timesFont
}