summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-10-27 16:07:11 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-10-27 16:07:11 (GMT)
commit1aba4fde2e407764cafe39520cc52dc9a3b8dd31 (patch)
tree80ac962bf6720de4d1f14376401621e3e60eefe5 /demos
parent27b07b4794b8773b00f4cab8898ba00c125498cb (diff)
parent96beb59dc7fb303debbbf06beb192158ab3476c2 (diff)
downloadQt-1aba4fde2e407764cafe39520cc52dc9a3b8dd31.zip
Qt-1aba4fde2e407764cafe39520cc52dc9a3b8dd31.tar.gz
Qt-1aba4fde2e407764cafe39520cc52dc9a3b8dd31.tar.bz2
Merge branch 4.7 into qt-master-from-4.7
Diffstat (limited to 'demos')
-rw-r--r--demos/symbianpkgrules.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/symbianpkgrules.pri b/demos/symbianpkgrules.pri
index d42f188..c9cc492 100644
--- a/demos/symbianpkgrules.pri
+++ b/demos/symbianpkgrules.pri
@@ -13,4 +13,6 @@ vendorinfo = \
demos_deployment.pkg_prerules += vendorinfo
DEPLOYMENT += demos_deployment
-contains(TEMPLATE,app):isEmpty(ICON):ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg
+isEmpty(ICON):contains(TEMPLATE, ".*app"):contains(QT, gui):contains(CONFIG, qt):!contains(CONFIG, "no_icon") {
+ ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg
+}