diff options
author | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-05-25 09:39:12 (GMT) |
---|---|---|
committer | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-05-25 09:39:12 (GMT) |
commit | 04cde562a0be446234e33725c999bdb61fab3ff2 (patch) | |
tree | d6eb2367ba1f24aba7103c08c4079a8c1437d2c8 /mkspecs/features/symbian | |
parent | c4727a85eed57a4db698326a1bed4aa75b6e5284 (diff) | |
download | Qt-04cde562a0be446234e33725c999bdb61fab3ff2.zip Qt-04cde562a0be446234e33725c999bdb61fab3ff2.tar.gz Qt-04cde562a0be446234e33725c999bdb61fab3ff2.tar.bz2 |
Revert "Fixing Linux compatibility issues for Symbian"
Changing the library names to lowercase breaks 5.0-based
Linux builds. It will be investigated if it is possible to
change the SDKs instead. If not, the patch will have to be
extended to use the original names for 5.0 and the lowercased
ones otherwise.
This reverts commit 5933d4e4fb8b48ebed641e7f6b1d032df253df30.
Diffstat (limited to 'mkspecs/features/symbian')
-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 56d1ea8..06f5b31 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 |