messagingapp/msgui/unifiededitor/unifiededitor.pro
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
child 56 f42d9a78f435
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
    24 INCLUDEPATH += . inc
    24 INCLUDEPATH += . inc
    25 INCLUDEPATH += ../../../inc
    25 INCLUDEPATH += ../../../inc
    26 INCLUDEPATH += ../msguiutils/inc
    26 INCLUDEPATH += ../msguiutils/inc
    27 INCLUDEPATH += ../../msgutils/unieditorutils/editorgenutils/inc
    27 INCLUDEPATH += ../../msgutils/unieditorutils/editorgenutils/inc
    28 INCLUDEPATH += ../../msgutils/unidatautils/unidatamodelloader/inc
    28 INCLUDEPATH += ../../msgutils/unidatautils/unidatamodelloader/inc
    29 INCLUDEPATH += ../../msgutils/s60qconversions/inc
    29 INCLUDEPATH += ../../msgsettings/settingsview/inc
       
    30 
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    31 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    31 
    32 
    32 CONFIG += hb
    33 CONFIG += hb
       
    34 HB += hbfeedback
    33 
    35 
    34 TARGET.EPOCALLOWDLLDATA = 1
    36 TARGET.EPOCALLOWDLLDATA = 1
    35 TARGET.CAPABILITY = All -TCB
    37 TARGET.CAPABILITY = All -TCB
    36 TARGET.UID3 = 0x2001FE68
    38 TARGET.UID3 = 0x2001FE68
    37 
    39 
    40 
    42 
    41 # Build.inf rules
    43 # Build.inf rules
    42 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
    44 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
    43     "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)"
    45     "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)"
    44 
    46 
       
    47 defBlock = \      
       
    48 	  "$${LITERAL_HASH}if defined(EABI)" \
       
    49 	  "DEFFILE  ../eabi/unifiededitor.def" \
       
    50              "$${LITERAL_HASH}else" \
       
    51              "DEFFILE  ../bwins/unifiededitor.def" \
       
    52              "$${LITERAL_HASH}endif"
       
    53 	
       
    54 MMP_RULES += defBlock
       
    55 
    45 # Input
    56 # Input
    46 HEADERS += msgmonitor.h \
    57 HEADERS += msgunieditormonitor.h \
    47     msgunieditoraddress.h \
    58     msgunieditoraddress.h \
    48     msgunieditorattachment.h \
    59     msgunieditorattachment.h \
    49     msgunieditorbody.h \
    60     msgunieditorbody.h \
    50     msgunieditorsubject.h \
    61     msgunieditorsubject.h \
    51     msgunieditorview.h \
    62     msgunieditorview.h \
    52     msgunifiededitorlineedit.h \
    63     msgunieditorlineedit.h \
    53     msgattachmentcontainer.h \
    64     msgunieditorattachmentcontainer.h \
    54     msgbaseview.h \
    65     msgbaseview.h \
    55     msgunieditorimageprocessor.h \
    66     msgunieditorimageprocessor.h \
    56     msgunieditorprocessimageoperation.h
    67     msgunieditorprocessimageoperation.h \
       
    68     msgunieditorbasewidget.h \
       
    69     msgunieditorpixmapwidget.h \
       
    70     msgunieditorutils.h \
       
    71     msgunieditoraudiowidget.h
    57 
    72 
    58 SOURCES += msgmonitor.inl \
    73 SOURCES += msgunieditormonitor.inl \
    59     msgmonitor.cpp \
    74     msgunieditormonitor.cpp \
    60     msgunieditoraddress.cpp \
    75     msgunieditoraddress.cpp \
    61     msgunieditorattachment.cpp \
    76     msgunieditorattachment.cpp \
    62     msgunieditorbody.cpp \
    77     msgunieditorbody.cpp \
    63     msgunieditorsubject.cpp \
    78     msgunieditorsubject.cpp \
    64     msgunieditorview.cpp \
    79     msgunieditorview.cpp \
    65     msgunifiededitorlineedit.cpp \
    80     msgunieditorlineedit.cpp \
    66     msgattachmentcontainer.cpp \
    81     msgunieditorattachmentcontainer.cpp \
    67     msgunieditorimageprocessor.inl \
    82     msgunieditorimageprocessor.inl \
    68     msgunieditorimageprocessor.cpp \
    83     msgunieditorimageprocessor.cpp \
    69     msgunieditorprocessimageoperation.cpp
    84     msgunieditorprocessimageoperation.cpp \
       
    85     msgunieditorpixmapwidget.cpp \
       
    86     msgunieditorutils.cpp \
       
    87     msgunieditoraudiowidget.cpp
    70 
    88 
    71 RESOURCES += unifiededitor.qrc
    89 RESOURCES += unifiededitor.qrc
    72 
    90 
    73 # Libs
    91 # Libs
    74 LIBS += -ls60qconversions \
    92 LIBS += -lconvergedmessageutils \
    75         -lconvergedmessageutils \
       
    76         -lmsguiutils \
    93         -lmsguiutils \
    77         -lunieditorpluginloader \
    94         -lunieditorpluginloader \
    78         -leditorgenutils \
    95         -leditorgenutils \
    79         -lfbscli \
    96         -lfbscli \
    80         -limageconversion \
    97         -limageconversion \
    88         -lapmime \
   105         -lapmime \
    89         -lcentralrepository \
   106         -lcentralrepository \
    90         -lxqservice \
   107         -lxqservice \
    91         -lgsmu \
   108         -lgsmu \
    92         -lsmcm \
   109         -lsmcm \
    93         -lxqserviceutil
   110         -lxqserviceutil \
    94 
   111         -lcommonengine \
       
   112         -lefsrv
    95 
   113 
    96         
   114