aboutsummaryrefslogtreecommitdiff
path: root/examples/examples.pri
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-09-18 10:28:19 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-09-18 10:28:19 +0000
commit23d80383ded71bbb0e70a89c888b2f5780229a71 (patch)
treef94f64ad5ef4808cf894578dd8df04f3c7be5382 /examples/examples.pri
parent199437fe88b16d0f96d0480e569a4131707434de (diff)
downloadqxmpp-23d80383ded71bbb0e70a89c888b2f5780229a71.tar.gz
add s60 packaging rules for examples
Diffstat (limited to 'examples/examples.pri')
-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"
+}