commondrm/drmui/drmuinotifications/drmuinotifications.pro
changeset 87 c938d010410d
parent 49 69d8e75812b7
equal deleted inserted replaced
84:b09186059647 87:c938d010410d
    12 # dependencies
    12 # dependencies
    13 HEADERS += inc/drmuidialogsbuilder.h \
    13 HEADERS += inc/drmuidialogsbuilder.h \
    14     inc/drmuidialogpluginkeys.h \
    14     inc/drmuidialogpluginkeys.h \
    15     inc/drmuidialogplugin.h
    15     inc/drmuidialogplugin.h
    16 SOURCES += src/drmuidialogsbuilder.cpp \
    16 SOURCES += src/drmuidialogsbuilder.cpp \
    17     src/drmuidialogplugin.cpp \
    17     src/drmuidialogplugin.cpp
    18     DRMUINotifications_reg.rss
       
    19 FORMS += 
    18 FORMS += 
    20 symbian:TARGET.UID3 = 0x20026835
    19 symbian:TARGET.UID3 = 0x20026835
    21 RESOURCES += resource/drmuinotifications.qrc
    20 RESOURCES += resource/drmuinotifications.qrc
    22 symbian: { 
    21 symbian: { 
    23     SYMBIAN_PLATFORMS = WINSCW \
    22     SYMBIAN_PLATFORMS = WINSCW \
    24         ARMV5
    23         ARMV5
    25     TARGET.EPOCALLOWDLLDATA = 1
    24     TARGET.EPOCALLOWDLLDATA = 1
    26     TARGET.CAPABILITY = CAP_GENERAL_DLL
    25     TARGET.CAPABILITY = CAP_GENERAL_DLL
    27     TARGET.UID3 = 20026835
    26     TARGET.UID3 = 20026835
    28     hblib.sources = Hb.dll
    27     hblib.sources = Hb.dll
    29     hblib.path = \sys\bin
    28     hblib.path = /sys/bin
    30     hblib.depends = "(0xEEF9EA38), 1, 0, 0, {\"Hb\"}"
    29     hblib.depends = "(0xEEF9EA38), 1, 0, 0, {\"Hb\"}"
    31     pluginstub.sources = drmuinotifications.dll
    30     pluginstub.sources = drmuinotifications.dll
    32     pluginstub.path = /resource/plugins/devicedialogs
    31     pluginstub.path = /resource/plugins/devicedialogs
    33     DEPLOYMENT += pluginstub
    32     DEPLOYMENT += pluginstub
    34 }
    33 }