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, 0 insertions, 17 deletions
diff --git a/mkspecs/features/symbian/qt_example.prf b/mkspecs/features/symbian/qt_example.prf
deleted file mode 100644
index 8c523fb00f..0000000000
--- a/mkspecs/features/symbian/qt_example.prf
+++ /dev/null
@@ -1,17 +0,0 @@
-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
-}