devicemgmtdialogsplugin/devicemgmtdialogsplugin.pro
changeset 41 c742e1129640
parent 30 d3981f4fe6a4
child 42 aa33c2cb9a50
equal deleted inserted replaced
30:d3981f4fe6a4 41:c742e1129640
    11 #
    11 #
    12 #
    12 #
    13 # Contributors:
    13 # Contributors:
    14 #
    14 #
    15 # Description: 
    15 # Description: 
    16 #     Pro file of devicemanagementnotifiersplugin
    16 #     Pro file of devicemgmtdialogsplugin
    17 #
    17 #
    18 #
    18 #
    19 
    19 
    20 TEMPLATE = lib
    20 TEMPLATE = lib
    21 TARGET = devicemanagementnotifiersplugin
    21 TARGET = devicemanagementnotifiersplugin
    22 CONFIG += hb \
    22 CONFIG += hb \
    23           plugin        
    23           plugin        
    24 INCLUDEPATH += .
    24 INCLUDEPATH += .
    25 DEPENDPATH += .
    25 DEPENDPATH += .
       
    26 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    26 
    27 
    27 DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs
    28 DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs
    28 
    29 
    29 SOURCES += src/devicemanagementnotifierplugin.cpp
    30 SOURCES += src/devicemanagementnotifierplugin.cpp
    30 SOURCES += src/devicemanagementnotifierwidget.cpp
    31 SOURCES += src/devicemanagementnotifierwidget.cpp
    52 
    53 
    53     pluginstub.sources = devicemanagementnotifiersplugin.dll
    54     pluginstub.sources = devicemanagementnotifiersplugin.dll
    54     pluginstub.path = /resource/plugins/devicedialogs
    55     pluginstub.path = /resource/plugins/devicedialogs
    55     DEPLOYMENT += pluginstub
    56     DEPLOYMENT += pluginstub
    56     MMP_RULES += "LIBRARY syncmlclientapi.lib centralrepository.lib flogger.lib"
    57     MMP_RULES += "LIBRARY syncmlclientapi.lib centralrepository.lib flogger.lib"
       
    58     
       
    59     BLD_INF_RULES.prj_exports += \
       
    60   	"$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    61   	"rom/devicemgmtdialogsplugin.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(devicemgmtdialogsplugin.iby)"
    57 }
    62 }
    58 !local {
    63 !local {
    59     target.path = $${HB_PLUGINS_DIR}/devicedialogs
    64     target.path = $${HB_PLUGINS_DIR}/devicedialogs
    60     INSTALLS += target
    65     INSTALLS += target
    61 }
    66 }