From 23d80383ded71bbb0e70a89c888b2f5780229a71 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 18 Sep 2010 10:28:19 +0000 Subject: add s60 packaging rules for examples --- examples/examples.pri | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'examples/examples.pri') 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" +} -- cgit v1.2.3