aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pri15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/examples.pri b/examples/examples.pri
index 782ec465..52d44b5c 100644
--- a/examples/examples.pri
+++ b/examples/examples.pri
@@ -13,3 +13,18 @@ LIBS += $$QXMPP_LIBS
# depends on the platform and whether the library is static or dynamic
# PRE_TARGETDEPS += $${QXMPP_LIBRARY_DIR}/lib$${QXMPP_LIB}.a
+# Symbian packaging rules
+symbian {
+ vendorinfo = \
+ "; Localised Vendor name" \
+ "%{\"QXmpp\"}" \
+ " " \
+ "; Unique Vendor name" \
+ ":\"QXmpp\"" \
+ " "
+
+ examples_deployment.pkg_prerules += vendorinfo
+ DEPLOYMENT += examples_deployment
+
+ TARGET.CAPABILITY = "NetworkServices"
+}