summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcssparser/qcssparser.pro
diff options
context:
space:
mode:
authorTomi Vihria <tomi.vihria@nokia.com>2011-05-18 14:43:14 (GMT)
committerTomi Vihria <tomi.vihria@nokia.com>2011-05-18 14:43:14 (GMT)
commit5933d4e4fb8b48ebed641e7f6b1d032df253df30 (patch)
treeeefe59e6102ccd220691f330fa8dd41a585cffef /tests/auto/qcssparser/qcssparser.pro
parente2320ec17446dc6e851fcf4ea2d998177b0d8049 (diff)
downloadQt-5933d4e4fb8b48ebed641e7f6b1d032df253df30.zip
Qt-5933d4e4fb8b48ebed641e7f6b1d032df253df30.tar.gz
Qt-5933d4e4fb8b48ebed641e7f6b1d032df253df30.tar.bz2
Fixing Linux compatibility issues for Symbian
Reviewed-by: Laszlo Agocs
Diffstat (limited to 'tests/auto/qcssparser/qcssparser.pro')
-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
}