contentstorage/casoftwareregistry/casoftwareregistry.pro
changeset 109 e0aa398e6810
parent 103 b99b84bcd2d1
child 124 e36b2f4799c0
equal deleted inserted replaced
104:9b022b1f357c 109:e0aa398e6810
    22 include(casoftwareregistry.pri)
    22 include(casoftwareregistry.pri)
    23 
    23 
    24 DEPENDPATH += ./inc \
    24 DEPENDPATH += ./inc \
    25               ./src
    25               ./src
    26 INCLUDEPATH += ./inc \
    26 INCLUDEPATH += ./inc \
    27             ../inc
    27             ../inc \
       
    28             ../cautils/inc
    28             
    29             
    29 symbian: {
    30 symbian: {
    30 
    31 
    31 TARGET.UID2 = 0x1000008D
    32 TARGET.UID2 = 0x1000008D
    32 TARGET.UID3 = 0x2002DCF5
    33 TARGET.UID3 = 0x2002DCF5
    38 
    39 
    39 LIBS += -leuser \
    40 LIBS += -leuser \
    40         -lbafl \
    41         -lbafl \
    41         -lestor \
    42         -lestor \
    42         -lscrclient \
    43         -lscrclient \
       
    44         -lsifnotification \
    43         -lxqutils \
    45         -lxqutils \
    44         -lPlatformEnv \
    46         -lPlatformEnv \
    45         -lefsrv
    47         -lefsrv
    46         
    48         
    47 include(casoftwareregistry_s60.pri)
    49 include(casoftwareregistry_s60.pri)
    48 }
    50 }
    49 
    51 
    50 win32: {
    52 !symbian: {
    51 DEPENDPATH += ./stub/inc \
    53 DEPENDPATH += ./stub/inc \
    52               ./stub/src
    54               ./stub/src
    53 INCLUDEPATH += ./stub/inc
    55 INCLUDEPATH += ./stub/inc
    54 
    56 
    55 include(casoftwareregistry_stub.pri)
    57 include(casoftwareregistry_stub.pri)