activityfw/activityserviceplugin/activityserviceplugin.pro
changeset 119 50e220be30d1
parent 112 dbfb5e38438b
child 125 26079c1bb561
--- a/activityfw/activityserviceplugin/activityserviceplugin.pro	Mon Sep 13 13:26:33 2010 +0300
+++ b/activityfw/activityserviceplugin/activityserviceplugin.pro	Mon Sep 20 10:22:22 2010 +0300
@@ -20,6 +20,9 @@
 CONFIG += plugin 
 include(activityserviceplugin.pri)
 
+CONFIG += qtservice 
+QTSERVICE.DESCRIPTOR = data/afservice.xml
+
 DEFINES += AFACTIVITIES_LIB
 
 INCLUDEPATH += ./inc \
@@ -90,7 +93,7 @@
     xml.sources = ./data/afservice.xml
     xml.path = $$RESOURCE_FILES_DIR/activity
     
-    DEPLOYMENT += xml
+    DEPLOYMENT += xml plugin
 
     #temporary workaround
     BLD_INF_RULES.prj_exports += "data/afservice.xml z:/resource/activity/afservice.xml"