summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-11-19 16:02:36 +0200
committerJanne Anttila <janne.anttila@digia.com>2009-11-19 16:02:36 +0200
commit05e956d5c7d5c39bee332972ce54fea71c15d24b (patch)
tree9091b46a31d0ba15f1f47f4890727fab73bad13f /demos
parent4e4a800574a28a441858f95021d9092aa3001491 (diff)
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 'demos')
-rw-r--r--demos/symbianpkgrules.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/symbianpkgrules.pri b/demos/symbianpkgrules.pri
index cf52cb31ff..c511836b48 100644
--- a/demos/symbianpkgrules.pri
+++ b/demos/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