From 05244f983e25e0410770e85db470b04c69b97d64 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 2 May 2011 17:37:46 +0000 Subject: make sure we add the UserEnvironment capability for symbian --- examples/example_4_callHandling/example_4_callHandling.pro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/example_4_callHandling/example_4_callHandling.pro') diff --git a/examples/example_4_callHandling/example_4_callHandling.pro b/examples/example_4_callHandling/example_4_callHandling.pro index e8429828..1da3b529 100644 --- a/examples/example_4_callHandling/example_4_callHandling.pro +++ b/examples/example_4_callHandling/example_4_callHandling.pro @@ -9,3 +9,8 @@ SOURCES += main.cpp \ xmppClient.cpp HEADERS += xmppClient.h + +# Symbian packaging rules +symbian { + TARGET.CAPABILITY = "UserEnvironment" +} -- cgit v1.2.3