controlpanelui/src/cpserviceprovider/cpserviceprovider.pro
changeset 40 593f946f4fec
parent 21 2883a5458389
equal deleted inserted replaced
22:a5692c68d772 40:593f946f4fec
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: cpserviceprovider project - qmake settings
    14 # Description: cpserviceprovider project - qmake settings
    15 #
    15 #
    16 
    16 
    17 TEMPLATE=app
    17 TEMPLATE = app
    18 TARGET=cpserviceprovider
    18 TARGET = cpserviceprovider
    19 
    19 
    20 CONFIG += hb service
    20 CONFIG += hb service
    21 symbian:TARGET.UID3 = 0x2002873F
    21 symbian:TARGET.UID3 = 0x2002873F
    22 
    22 
    23 include( ../common.pri )
    23 include( ../common.pri )
    24 include( cpserviceprovider.pri )
    24 include( cpserviceprovider.pri )
    25 
    25 
    26 LIBS+=-lxqservice -lxqserviceutil -lcpframework
    26 # DEFINES += ENABLE_CPSP_LOG
       
    27 RESOURCES += cpserviceprovider.qrc
       
    28 
       
    29 LIBS += -lxqservice -lxqserviceutil -lcplogger -lcpframework
    27 
    30 
    28 SERVICE.FILE = service_conf.xml
    31 SERVICE.FILE = service_conf.xml
    29 SERVICE.OPTIONS = embeddable
    32 SERVICE.OPTIONS = embeddable
    30 SERVICE.OPTIONS += hidden
    33 SERVICE.OPTIONS += hidden
    31 
    34 
    32 libFiles.sources = xqservice.dll
    35 
    33 libFiles.path = "!:\sys\bin"
    36 symbian:MMP_RULES += SMPSAFE
    34 DEPLOYMENT += libFiles