summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian
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 /mkspecs/features/symbian
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 'mkspecs/features/symbian')
-rw-r--r--mkspecs/features/symbian/application_icon.prf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/features/symbian/application_icon.prf b/mkspecs/features/symbian/application_icon.prf
index 06f5b31..56d1ea8 100644
--- a/mkspecs/features/symbian/application_icon.prf
+++ b/mkspecs/features/symbian/application_icon.prf
@@ -65,8 +65,8 @@ contains(CONFIG, no_icon) {
mifconv.target = $$replace(mifconv.target, /, \\)
}
# Based on: http://www.forum.nokia.com/document/Cpp_Developers_Library
- # svg-t icons should always use /c32 depth
- mifconv.commands = mifconv $$mifconv.target /c32 $$ICON_backslashed
+ # svg-t icons should always use -c32 depth
+ mifconv.commands = mifconv $$mifconv.target -c32 $$ICON_backslashed
mifconv.depends = $$ICON
PRE_TARGETDEPS += $$mifconv.target