diff -r 305818acdca4 -r 50e220be30d1 activityfw/activityserviceplugin/activityserviceplugin.pro --- 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"