diff options
author | Espen Riskedal <espenr@trolltech.com> | 2009-10-02 15:10:23 +0200 |
---|---|---|
committer | Espen Riskedal <espenr@trolltech.com> | 2009-10-02 15:33:21 +0200 |
commit | 9711987fb0ba2841016dd75c1f3a3d2276b8cc69 (patch) | |
tree | 950631735b67c6f4ff50542924f947af185de28e /demos/shared | |
parent | b06d091815af689ba069667beabfc913589a258d (diff) | |
download | qt4-tools-9711987fb0ba2841016dd75c1f3a3d2276b8cc69.tar.gz |
Demos and applications have a nice Qt logo when installed on Symbian
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
Diffstat (limited to 'demos/shared')
-rw-r--r-- | demos/shared/shared.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/shared/shared.pro b/demos/shared/shared.pro index de29857f15..0f7137feaa 100644 --- a/demos/shared/shared.pro +++ b/demos/shared/shared.pro @@ -33,6 +33,6 @@ INSTALLS += sources !cross_compile:INSTALLS += target symbian { - include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) TARGET.UID3 = 0xA000A63C + include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) } |