diff options
author | Espen Riskedal <espenr@trolltech.com> | 2009-10-06 14:53:17 (GMT) |
---|---|---|
committer | Espen Riskedal <espenr@trolltech.com> | 2009-10-06 14:57:44 (GMT) |
commit | fa35247d31bd35d72c307f4a6a231400aade0c0b (patch) | |
tree | fcbf6f50ed0e38915f6282d613685a93dcfb6972 /examples/symbianpkgrules.pri | |
parent | 493eb0264c095c62b6573789225a22cadf946348 (diff) | |
download | Qt-fa35247d31bd35d72c307f4a6a231400aade0c0b.zip Qt-fa35247d31bd35d72c307f4a6a231400aade0c0b.tar.gz Qt-fa35247d31bd35d72c307f4a6a231400aade0c0b.tar.bz2 |
Removed ICON for apps and demos except fluidlauncher and desktopservices
mifconv can't always handle absolute paths to the .svg specified, so for
now we don't use absolute paths, and fix it later.
Task-number: QTBUG-4693
Reviewed-by: Shane Kearns
Diffstat (limited to 'examples/symbianpkgrules.pri')
-rw-r--r-- | examples/symbianpkgrules.pri | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/symbianpkgrules.pri b/examples/symbianpkgrules.pri index 069a16e..59c5480 100644 --- a/examples/symbianpkgrules.pri +++ b/examples/symbianpkgrules.pri @@ -11,5 +11,3 @@ vendorinfo = \ " " default_deployment.pkg_prerules += vendorinfo - -!isEmpty(TARGET.UID3):ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg |