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 /mkspecs | |
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 'mkspecs')
-rw-r--r-- | mkspecs/features/symbian/application_icon.prf | 4 |
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 |