mediasettings/videosettingsplugin/videosettingsplugin.pro
changeset 44 518105d52e45
parent 40 13331705e488
child 63 4707a0db12f6
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = lib
    17 TEMPLATE = lib
       
    18 CONFIG += hb plugin
    18 TARGET = videosettingsplugin
    19 TARGET = videosettingsplugin
    19 
    20 
    20 CONFIG += hb \
    21 symbian: { 
    21           plugin
    22     TARGET.EPOCALLOWDLLDATA = 1
       
    23     TARGET.UID3 = 0x2002BC69
       
    24     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    25     BLD_INF_RULES.prj_exports += "rom/videosettingsplugin.iby    CORE_APP_LAYER_IBY_EXPORT_PATH(videosettingsplugin.iby)"
       
    26     MMP_RULES += SMPSAFE
       
    27 }
    22 
    28 
    23 LIBS += -lcpframework \
    29 LIBS += -lcpframework \
    24         -lMPSettEngine.dll \
    30         -lMPSettEngine.dll \
    25         -lxqutils.dll \
    31         -lxqutils.dll \
    26         -lcmapplsettingsui \
    32         -lcmapplsettingsui \
    35     
    41     
    36 SOURCES += src/videosettingsplugin.cpp \
    42 SOURCES += src/videosettingsplugin.cpp \
    37            src/videosettingsgroup.cpp \
    43            src/videosettingsgroup.cpp \
    38            src/videosettingsaccesspointentry.cpp
    44            src/videosettingsaccesspointentry.cpp
    39 
    45 
    40 symbian: { 
       
    41     TARGET.EPOCALLOWDLLDATA = 1
       
    42     TARGET.UID3 = 0x2002BC69
       
    43     
       
    44     BLD_INF_RULES.prj_exports += "rom/videosettingsplugin.iby    CORE_APP_LAYER_IBY_EXPORT_PATH(videosettingsplugin.iby)"
       
    45 }
       
    46 
       
    47 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    48 
       
    49 deploy.path = C:
    46 deploy.path = C:
    50 qtplugins.path = /resource/qt/plugins/controlpanel
    47 qtplugins.path = /resource/qt/plugins/controlpanel
    51 qtplugins.sources += qmakepluginstubs/videosettingsplugin.qtplugin
    48 qtplugins.sources += qmakepluginstubs/videosettingsplugin.qtplugin
    52 
    49 
    53 for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
    50 for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"