summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorTomi Vihria <tomi.vihria@nokia.com>2011-05-18 17:43:14 +0300
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-05-25 19:11:52 +0200
commitc9eb2ffd1ed940133392831747605bf735d92086 (patch)
tree44d3e095b65c6682c22cb227a2341b5e65557bcf /mkspecs
parent9663956626fe95ace6baa4cf0ba30898a88147a7 (diff)
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')
-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 06f5b3103a..56d1ea8ede 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