summaryrefslogtreecommitdiffstats
path: root/demos/symbianpkgrules.pri
diff options
context:
space:
mode:
Diffstat (limited to 'demos/symbianpkgrules.pri')
-rw-r--r--demos/symbianpkgrules.pri15
1 files changed, 15 insertions, 0 deletions
diff --git a/demos/symbianpkgrules.pri b/demos/symbianpkgrules.pri
new file mode 100644
index 0000000..c511836
--- /dev/null
+++ b/demos/symbianpkgrules.pri
@@ -0,0 +1,15 @@
+!symbian: error(Only include this file for Symbian platforms)
+
+RSS_RULES ="group_name=\"QtDemos\";"
+
+vendorinfo = \
+ "; Localised Vendor name" \
+ "%{\"Nokia, Qt\"}" \
+ " " \
+ "; Unique Vendor name" \
+ ":\"Nokia, Qt\"" \
+ " "
+
+default_deployment.pkg_prerules += vendorinfo
+
+isEmpty(ICON):ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg