diff options
author | Espen Riskedal <espenr@trolltech.com> | 2009-10-02 13:10:23 (GMT) |
---|---|---|
committer | Espen Riskedal <espenr@trolltech.com> | 2009-10-02 13:33:21 (GMT) |
commit | 9711987fb0ba2841016dd75c1f3a3d2276b8cc69 (patch) | |
tree | 950631735b67c6f4ff50542924f947af185de28e /examples/itemviews | |
parent | b06d091815af689ba069667beabfc913589a258d (diff) | |
download | Qt-9711987fb0ba2841016dd75c1f3a3d2276b8cc69.zip Qt-9711987fb0ba2841016dd75c1f3a3d2276b8cc69.tar.gz Qt-9711987fb0ba2841016dd75c1f3a3d2276b8cc69.tar.bz2 |
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 'examples/itemviews')
-rw-r--r-- | examples/itemviews/addressbook/addressbook.pro | 2 | ||||
-rw-r--r-- | examples/itemviews/chart/chart.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/itemviews/addressbook/addressbook.pro b/examples/itemviews/addressbook/addressbook.pro index b53a1cf..f45f92c 100644 --- a/examples/itemviews/addressbook/addressbook.pro +++ b/examples/itemviews/addressbook/addressbook.pro @@ -17,6 +17,6 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews/addressbook INSTALLS += target sources symbian { - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) TARGET.UID3 = 0xA000A646 + include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) } diff --git a/examples/itemviews/chart/chart.pro b/examples/itemviews/chart/chart.pro index 8568181..53601f4 100644 --- a/examples/itemviews/chart/chart.pro +++ b/examples/itemviews/chart/chart.pro @@ -15,6 +15,6 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews/chart INSTALLS += target sources symbian { - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) TARGET.UID3 = 0xA000A647 + include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) } |