summaryrefslogtreecommitdiffstats
path: root/demos/qmlcontacts/qmlcontacts.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/qmlcontacts/qmlcontacts.pro')
-rw-r--r--demos/qmlcontacts/qmlcontacts.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/demos/qmlcontacts/qmlcontacts.pro b/demos/qmlcontacts/qmlcontacts.pro
index 9f7b4f893d..66ded5229c 100644
--- a/demos/qmlcontacts/qmlcontacts.pro
+++ b/demos/qmlcontacts/qmlcontacts.pro
@@ -42,9 +42,7 @@ OTHER_FILES += \
symbian: {
load(data_caging_paths)
- TARGET.CAPABILITY = ReadDeviceData \
- WriteDeviceData \
- ReadUserData \
+ TARGET.CAPABILITY = ReadUserData \
WriteUserData
TARGET.UID3 = 0xA000E407
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
@@ -54,3 +52,8 @@ symbian: {
RESOURCES += \
qmlcontacts.qrc
+
+contains(MEEGO_EDITION,harmattan) {
+ target.path = /opt/qmlcontacts/bin
+ INSTALLS += target
+}