activityfw/activityserviceplugin/activityserviceplugin.pro
changeset 124 e36b2f4799c0
parent 115 3ab5c078b490
equal deleted inserted replaced
121:0b3699f6c654 124:e36b2f4799c0
    17 TEMPLATE = lib
    17 TEMPLATE = lib
    18 TARGET = afservice
    18 TARGET = afservice
    19 
    19 
    20 CONFIG += plugin 
    20 CONFIG += plugin 
    21 include(activityserviceplugin.pri)
    21 include(activityserviceplugin.pri)
       
    22 
       
    23 CONFIG += qtservice 
       
    24 QTSERVICE.DESCRIPTOR = data/afservice.xml
    22 
    25 
    23 DEFINES += AFACTIVITIES_LIB
    26 DEFINES += AFACTIVITIES_LIB
    24 
    27 
    25 INCLUDEPATH += ./inc \
    28 INCLUDEPATH += ./inc \
    26                ../inc \
    29                ../inc \
    88     plugin.path = $$QT_PLUGINS_BASE_DIR     
    91     plugin.path = $$QT_PLUGINS_BASE_DIR     
    89     
    92     
    90     xml.sources = ./data/afservice.xml
    93     xml.sources = ./data/afservice.xml
    91     xml.path = $$RESOURCE_FILES_DIR/activity
    94     xml.path = $$RESOURCE_FILES_DIR/activity
    92     
    95     
    93     DEPLOYMENT += xml
    96     DEPLOYMENT += xml plugin
    94 
    97 
    95     #temporary workaround
    98     #temporary workaround
    96     BLD_INF_RULES.prj_exports += "data/afservice.xml z:/resource/activity/afservice.xml"
    99     BLD_INF_RULES.prj_exports += "data/afservice.xml z:/resource/activity/afservice.xml"
    97     
   100     
    98     #export xml with old name (remove after next release)
   101     #export xml with old name (remove after next release)