diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-11-19 14:02:36 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-11-19 14:02:36 (GMT) |
commit | 05e956d5c7d5c39bee332972ce54fea71c15d24b (patch) | |
tree | 9091b46a31d0ba15f1f47f4890727fab73bad13f /examples | |
parent | 4e4a800574a28a441858f95021d9092aa3001491 (diff) | |
download | Qt-05e956d5c7d5c39bee332972ce54fea71c15d24b.zip Qt-05e956d5c7d5c39bee332972ce54fea71c15d24b.tar.gz Qt-05e956d5c7d5c39bee332972ce54fea71c15d24b.tar.bz2 |
Enabled Qt icon in Symbian also for demos/examples without UID3.
ICON keyword can be used without UID, since .mif filename
is generated based on target instead of UID3 nowadays
Task-number: QTBUG-4677
Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'examples')
-rw-r--r-- | examples/symbianpkgrules.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/symbianpkgrules.pri b/examples/symbianpkgrules.pri index 069a16e..35edbfb 100644 --- a/examples/symbianpkgrules.pri +++ b/examples/symbianpkgrules.pri @@ -12,4 +12,4 @@ vendorinfo = \ default_deployment.pkg_prerules += vendorinfo -!isEmpty(TARGET.UID3):ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg +isEmpty(ICON):ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg |