summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/qt_example.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/symbian/qt_example.prf')
-rw-r--r--mkspecs/features/symbian/qt_example.prf17
1 files changed, 17 insertions, 0 deletions
diff --git a/mkspecs/features/symbian/qt_example.prf b/mkspecs/features/symbian/qt_example.prf
new file mode 100644
index 0000000000..8c523fb00f
--- /dev/null
+++ b/mkspecs/features/symbian/qt_example.prf
@@ -0,0 +1,17 @@
+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
+}