diff options
author | Tomi Vihria <tomi.vihria@nokia.com> | 2011-05-18 14:43:14 (GMT) |
---|---|---|
committer | Tomi Vihria <tomi.vihria@nokia.com> | 2011-05-18 14:43:14 (GMT) |
commit | 5933d4e4fb8b48ebed641e7f6b1d032df253df30 (patch) | |
tree | eefe59e6102ccd220691f330fa8dd41a585cffef /tests/auto/qcssparser/qcssparser.pro | |
parent | e2320ec17446dc6e851fcf4ea2d998177b0d8049 (diff) | |
download | Qt-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.pro | 2 |
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 } |