summaryrefslogtreecommitdiffstats
path: root/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetoothtransferplugin/bluetoothtransferplugin.pro')
-rw-r--r--examples/bluetoothtransferplugin/bluetoothtransferplugin.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro b/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
index df14438f79..b28727f7ad 100644
--- a/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
+++ b/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
@@ -31,3 +31,15 @@ symbian {
xml.path = $$QT_MOBILITY_EXAMPLES/xmldata
xml.files = bluetoothtransferservice.xml
INSTALLS += xml
+
+contains(MEEGO_EDITION,harmattan) {
+ xml.path = /opt/servicebrowser/bin/xmldata
+ xml.files = bluetoothtransferservice.xml
+ INSTALLS += xml
+
+ target.path = /usr/lib/qt4/plugins/serviceframework/
+ INSTALLS += target
+}
+
+
+