summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-11-16 14:31:27 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:05:45 +0200
commit32c4a2621840ccf0877d68301927d2862e2ac58f (patch)
treeb41a323b2d2d3dbaed051523c6e730953d598ff4 /mkspecs/features
parent07bed9a211115c56bfa63983b0502f691f19f789 (diff)
Moved symbianpkgrules profiles to be feature profiles.
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/symbian/qt_demo.prf17
-rw-r--r--mkspecs/features/symbian/qt_example.prf17
2 files changed, 34 insertions, 0 deletions
diff --git a/mkspecs/features/symbian/qt_demo.prf b/mkspecs/features/symbian/qt_demo.prf
new file mode 100644
index 0000000000..9c4d96c1da
--- /dev/null
+++ b/mkspecs/features/symbian/qt_demo.prf
@@ -0,0 +1,17 @@
+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
+}
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
+}