summaryrefslogtreecommitdiffstats
path: root/src/s60installs/qt.svg
Commit message (Collapse)AuthorAgeFilesLines
* Fix the Qt application icon on SymbianAlessandro Portale2010-06-081-15/+91
| | | | | | | | | It simply did not have the required (and square) dimensions as Symbian icons need to have. Therefore it looked odd, in different ways on different Symbian flavours. On Symbian^3, it was even distorted. Task-number: QTBUG-4786 Reviewed-by: trustme
* Corrected Qt logo colors.Alessandro Portale2009-10-061-7/+7
| | | | | | | | Replaced the poisonous green by the 'official' one. Took the RGB values from the logos availiable at: http://qt.nokia.com/about/logos-for-download Reviewed-By: TrustMe
* Demos and applications have a nice Qt logo when installed on SymbianEspen Riskedal2009-10-021-0/+17
Added a line to the symbianpkgrules.pri files which includes an ICON if the TARGET.UID3 is defined. We should fix the application_icon.prf to handle ICON without UID3 situations more gracefully, but for now I reordered existing UID3s to be specified before the symbianpkgrules.pri includes. Reviewed-by: Aleksandar Babic