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