homescreenapp/hsmenuclientplugin/hsmenuclientplugin.pro
changeset 97 66b5fe3c07fd
parent 90 3ac3aaebaee5
equal deleted inserted replaced
95:32e56106abf2 97:66b5fe3c07fd
    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
       
    28 
    27 
    29 HEADERS +=  ../../homescreen_plat/homescreenclient_api/hsmenuclient.h \
    28 HEADERS +=  inc/hsmenuclientplugin.h \
    30             inc/hsmenuclientplugin.h
    29     ../../homescreen_plat/homescreenclient_api/inc/hsmenuclient.h
    31 
    30 
    32 SOURCES +=  src/hsmenuclient.cpp \
    31 SOURCES +=  src/hsmenuclient.cpp \
    33             src/hsmenuclientplugin.cpp
    32             src/hsmenuclientplugin.cpp
    34 
    33 
    35 symbian: {
    34 symbian: {
    36 	TARGET.UID3 = 0x20028715
    35     TARGET.UID3 = 0x20028715
    37 	
    36 }
    38 	MMP_RULES += SMPSAFE
    37 !symbian: {
       
    38     INCLUDEPATH += ../../homescreen_plat/homescreenclient_api/inc
    39 }
    39 }
    40 
    40 
    41 include(../common.pri)
    41 include(../common.pri)
    42 
    42 
    43 
    43 symbian:MMP_RULES += SMPSAFE