searchui/runtimeproviders/searchruntimeprovider/searchruntimeprovider.pro
changeset 2 208a4ba3894c
parent 0 ccd0fd43f247
child 9 4a2987baf8f7
equal deleted inserted replaced
0:ccd0fd43f247 2:208a4ba3894c
    14 # Description:  SEARCH default runtime provider project file
    14 # Description:  SEARCH default runtime provider project file
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = lib
    17 TEMPLATE = lib
    18 
    18 
       
    19 DEFINES += BUILD_SEARCHRUNTIMEPROVIDER
    19 
    20 
    20 symbian {
    21 symbian {
    21     CONFIG(debug, debug|release) {
    22     CONFIG(debug, debug|release) {
    22         DESTDIR = debug
    23         DESTDIR = debug
    23     } else {  
    24     } else {  
    29     CONFIG(debug, debug|release) {
    30     CONFIG(debug, debug|release) {
    30       SUBDIRPART = debug
    31       SUBDIRPART = debug
    31     } else {
    32     } else {
    32       SUBDIRPART = release
    33       SUBDIRPART = release
    33     }
    34     }
    34     DESTDIR = $$PWD/../../../bin/$$SUBDIRPART/searchresources/plugins/runtimeproviders
    35     DESTDIR = $$PWD/../../../bin/$$SUBDIRPART/searchresources/plugins/runtimeproviders    
    35     INCLUDEPATH += \
       
    36               $$PWD/../../../homescreensrv/homescreensrv_plat/appruntimemodel_api \
       
    37               $$PWD/../../../homescreensrv/homescreensrv_plat/statemodel_api
       
    38     LIBS += -L$$PWD/../../../bin/debug
    36     LIBS += -L$$PWD/../../../bin/debug
    39 }
    37 }
    40 
    38 
    41 LIBS +=  -lappruntimemodel
    39 LIBS +=  -lsearchstateprovider
    42 LIBS +=  -lstatemodel
    40     
    43 
    41 
    44     
       
    45 CONFIG += plugin debug_and_release
       
    46 
    42 
    47 CONFIG += hb
    43 CONFIG += hb
    48 
    44 
       
    45 
    49 QT += xml sql
    46 QT += xml sql
    50 
    47 
    51 DEFINES += SEARCHRUNTIMEPROVIDER_LIB
    48 
    52 
    49 
    53 coverage:DEFINES += COVERAGE_MEASUREMENT
    50 coverage:DEFINES += COVERAGE_MEASUREMENT
    54 
    51 
    55 DEPENDPATH +=   ./inc \
    52 DEPENDPATH +=   ./inc \
    56                 ./src
    53                 ./src 
    57 
    54                 
    58 INCLUDEPATH += ./inc \
    55 INCLUDEPATH += ./inc \
    59                ../../inc \
    56                ../../inc  \
       
    57                 ../../stateproviders/searchstateprovider/inc 
       
    58                
    60 
    59 
    61 symbian {
    60 symbian {
    62     TARGET.UID3 = 0x2002C37D
    61     TARGET.UID3 = 0x2002C37D
    63     TARGET.EPOCALLOWDLLDATA=1
    62     TARGET.EPOCALLOWDLLDATA=1
    64     TARGET.CAPABILITY = ALL -TCB
    63     TARGET.CAPABILITY = ALL -TCB -DRM
    65     appkey:DEFINES += S60APP_KEY
    64     appkey:DEFINES += S60APP_KEY
    66     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    65     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    67 
    66     #include(searchruntimeprovider_installs_symbian.pri)
    68     include(searchruntimeprovider_installs_symbian.pri)
    67    # BLD_INF_RULES.prj_exports += "./inc/searchruntimeprovider.h |../../inc/" \
       
    68     #                             "./inc/searchruntime.h |../../inc/"
    69 }
    69 }
    70 
    70 
    71 win32 {
    71 win32 {
    72 include(searchruntimeprovider_installs_win32.pri)
    72 include(searchruntimeprovider_installs_win32.pri)
    73 }
    73 }