summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/symbianpkgrules.pri19
1 files changed, 0 insertions, 19 deletions
diff --git a/demos/symbianpkgrules.pri b/demos/symbianpkgrules.pri
deleted file mode 100644
index ef6dfd8419..0000000000
--- a/demos/symbianpkgrules.pri
+++ /dev/null
@@ -1,19 +0,0 @@
-!symbian: error(Only include this file for Symbian platforms)
-
-RSS_RULES ="group_name=\"QtDemos\";"
-
-nokiaVendor = "Nokia, Qt"
-vendorinfo = \
- "; Localised Vendor name" \
- "%{$$addLanguageDependentPkgItem(nokiaVendor)}" \
- " " \
- "; Unique Vendor name" \
- ":\"$$nokiaVendor\"" \
- " "
-
-demos_deployment.pkg_prerules += vendorinfo
-DEPLOYMENT += demos_deployment
-
-isEmpty(ICON):contains(TEMPLATE, ".*app"):contains(QT, gui):contains(CONFIG, qt):!contains(CONFIG, "no_icon") {
- ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg
-}