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