homescreenapp/hsmenuclientplugin/hsmenuclientplugin.pro
changeset 71 1db7cc813a4e
parent 39 4e8ebe173323
child 90 3ac3aaebaee5
equal deleted inserted replaced
69:87476091b3f5 71:1db7cc813a4e
    21 
    21 
    22 PLUGIN_SUBDIR = /resource/qt/plugins
    22 PLUGIN_SUBDIR = /resource/qt/plugins
    23 
    23 
    24 LIBS += -lcaclient
    24 LIBS += -lcaclient
    25 
    25 
    26 INCLUDEPATH += inc
    26 INCLUDEPATH +=  inc \
       
    27 				../../homescreen_plat/homescreenclient_api
    27 
    28 
    28 HEADERS +=  inc/hsmenuclient.h \
    29 HEADERS +=  ../../homescreen_plat/homescreenclient_api/hsmenuclient.h \
    29             inc/hsmenuclientplugin.h \
    30             inc/hsmenuclientplugin.h
    30 
    31 
    31 SOURCES +=  src/hsmenuclient.cpp \
    32 SOURCES +=  src/hsmenuclient.cpp \
    32             src/hsmenuclientplugin.cpp \
    33             src/hsmenuclientplugin.cpp
    33 
    34 
    34 symbian: {
    35 symbian: {
    35 	TARGET.UID3 = 0x20028715
    36 	TARGET.UID3 = 0x20028715
    36 #export interface header to platform
       
    37 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
       
    38 BLD_INF_RULES.prj_exports += "inc/hsmenuclient.h \
       
    39 	APP_LAYER_PLATFORM_EXPORT_PATH(hsmenuclient.h)"
       
    40 }
    37 }
    41 
    38 
    42 include(../common.pri)
    39 include(../common.pri)
    43 
    40 
    44 
    41