messagingapp/msgui/unifiededitor/unifiededitor.pro
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    22     ../inc \
    22     ../inc \
    23     src 
    23     src 
    24 INCLUDEPATH += . inc
    24 INCLUDEPATH += . inc
    25 INCLUDEPATH += ../../../inc
    25 INCLUDEPATH += ../../../inc
    26 INCLUDEPATH += ../msguiutils/inc
    26 INCLUDEPATH += ../msguiutils/inc
    27 INCLUDEPATH += ../../msgutils/unieditorutils/inc
    27 INCLUDEPATH += ../../msgutils/unieditorutils/editorgenutils/inc
    28 INCLUDEPATH += ../../msgutils/unidatamodelloader/inc
    28 INCLUDEPATH += ../../msgutils/unidatautils/unidatamodelloader/inc
    29 INCLUDEPATH += ../../msgutils/s60qconversions/inc
    29 INCLUDEPATH += ../../msgutils/s60qconversions/inc
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    31 
    31 
    32 CONFIG += hb
    32 CONFIG += hb
    33 
    33 
    42 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
    42 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
    43     "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)"
    43     "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)"
    44 
    44 
    45 # Input
    45 # Input
    46 HEADERS += msgmonitor.h \
    46 HEADERS += msgmonitor.h \
    47     msgtypenotifier.h \
       
    48     msgunieditoraddress.h \
    47     msgunieditoraddress.h \
    49     msgunieditorattachment.h \
    48     msgunieditorattachment.h \
    50     msgunieditorbody.h \
    49     msgunieditorbody.h \
    51     msgunieditorsubject.h \
    50     msgunieditorsubject.h \
    52     msgunieditorview.h \
    51     msgunieditorview.h \
    53     msgunifiededitorlineedit.h \
    52     msgunifiededitorlineedit.h \
    54     msgattachmentcontainer.h \
    53     msgattachmentcontainer.h \
    55     mmsinsertcheckoperation.h \
       
    56     msgbaseview.h \
    54     msgbaseview.h \
    57     msgunieditorimageprocessor.h \
    55     msgunieditorimageprocessor.h \
    58     msgunieditorprocessimageoperation.h 
    56     msgunieditorprocessimageoperation.h
    59 
    57 
    60 SOURCES += msgmonitor.cpp \
    58 SOURCES += msgmonitor.inl \
    61     msgtypenotifier.cpp \
    59     msgmonitor.cpp \
    62     msgunieditoraddress.cpp \
    60     msgunieditoraddress.cpp \
    63     msgunieditorattachment.cpp \
    61     msgunieditorattachment.cpp \
    64     msgunieditorbody.cpp \
    62     msgunieditorbody.cpp \
    65     msgunieditorsubject.cpp \
    63     msgunieditorsubject.cpp \
    66     msgunieditorview.cpp \
    64     msgunieditorview.cpp \
    67     msgunifiededitorlineedit.cpp \
    65     msgunifiededitorlineedit.cpp \
    68     msgattachmentcontainer.cpp \
    66     msgattachmentcontainer.cpp \
    69     msgunieditorimageprocessor.inl \
    67     msgunieditorimageprocessor.inl \
    70     msgunieditorimageprocessor.cpp \
    68     msgunieditorimageprocessor.cpp \
    71     msgunieditorprocessimageoperation.cpp \
    69     msgunieditorprocessimageoperation.cpp
    72     mmsinsertcheckoperation.cpp 
       
    73 
    70 
    74 RESOURCES += unifiededitor.qrc
    71 RESOURCES += unifiededitor.qrc
    75 
    72 
    76 # Libs
    73 # Libs
    77 LIBS += -ls60qconversions \
    74 LIBS += -ls60qconversions \
    78         -lconvergedmessageutils \
    75         -lconvergedmessageutils \
    79         -lmsguiutils \
    76         -lmsguiutils \
    80         -lunieditorpluginloader \
    77         -lunieditorpluginloader \
    81         -lunieditorutils \
    78         -leditorgenutils \
    82         -lfbscli \
    79         -lfbscli \
    83         -limageconversion \
    80         -limageconversion \
    84         -lDRMHelper \
    81         -lDRMHelper \
    85         -lbitmaptransforms \
    82         -lbitmaptransforms \
       
    83         -lQtVersit \
       
    84         -lQtContacts \
       
    85         -lxqutils \
       
    86         -leuser \
    86         -lmsgmedia \
    87         -lmsgmedia \
    87         -lapmime \
    88         -lapmime \
    88         -lcentralrepository
    89         -lcentralrepository \
       
    90         -lxqservice \
       
    91         -lgsmu \
       
    92         -lsmcm \
       
    93         -lxqserviceutil
    89 
    94 
    90 
    95 
    91         
    96