activityfw/activityserviceplugin/activityserviceplugin.pro
changeset 124 e36b2f4799c0
parent 115 3ab5c078b490
--- a/activityfw/activityserviceplugin/activityserviceplugin.pro	Fri Sep 17 08:32:18 2010 +0300
+++ b/activityfw/activityserviceplugin/activityserviceplugin.pro	Mon Oct 04 00:38:31 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"