contentstorage/cahandler/app/app.pro
changeset 109 e0aa398e6810
parent 83 156f692b1687
child 125 26079c1bb561
equal deleted inserted replaced
104:9b022b1f357c 109:e0aa398e6810
    12 TEMPLATE = lib
    12 TEMPLATE = lib
    13 TARGET = caapphandlerplugin
    13 TARGET = caapphandlerplugin
    14 CONFIG += plugin hb mobility
    14 CONFIG += plugin hb mobility
    15 MOBILITY = serviceframework
    15 MOBILITY = serviceframework
    16 
    16 
    17 PLUGIN_SUBDIR = /hsresources/plugins/commandhandler
    17 PLUGIN_SUBDIR = /resource/qt/plugins/commandhandler
    18 
    18 
    19 include(../../../common.pri)
    19 include(../../../common.pri)
    20 
    20 
    21 
    21 
    22 DEPENDPATH += ./inc \
    22 DEPENDPATH += ./inc \
    47     -lefsrv \
    47     -lefsrv \
    48     -lsif \
    48     -lsif \
    49     -lscrclient \
    49     -lscrclient \
    50     -lxqutils \
    50     -lxqutils \
    51     -lcaclient
    51     -lcaclient
    52 
       
    53     exists($${EPOCROOT}epoc32/include/platform/mw/XQSettingsManager):LIBS += -lxqsettingsmanager
       
    54 }
    52 }
    55 
    53 
    56 
    54