messagingapp/msgui/unifiededitor/unifiededitor.pro
branchGCC_SURGE
changeset 47 5b14749788d7
parent 27 e4592d119491
parent 43 35b64624a9e7
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
    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
       
    30 INCLUDEPATH += ../../msgsettings/settingsview/inc
    29 INCLUDEPATH += ../../msgsettings/settingsview/inc
    31 
    30 
    32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    31 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    33 
    32 
    34 CONFIG += hb
    33 CONFIG += hb
       
    34 HB += hbfeedback
    35 
    35 
    36 TARGET.EPOCALLOWDLLDATA = 1
    36 TARGET.EPOCALLOWDLLDATA = 1
    37 TARGET.CAPABILITY = All -TCB
    37 TARGET.CAPABILITY = All -TCB
    38 TARGET.UID3 = 0x2001FE68
    38 TARGET.UID3 = 0x2001FE68
    39 
    39 
    42 
    42 
    43 # Build.inf rules
    43 # Build.inf rules
    44 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
    44 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
    45     "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)"
    45     "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)"
    46 
    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 
    47 # Input
    56 # Input
    48 HEADERS += msgmonitor.h \
    57 HEADERS += msgunieditormonitor.h \
    49     msgunieditoraddress.h \
    58     msgunieditoraddress.h \
    50     msgunieditorattachment.h \
    59     msgunieditorattachment.h \
    51     msgunieditorbody.h \
    60     msgunieditorbody.h \
    52     msgunieditorsubject.h \
    61     msgunieditorsubject.h \
    53     msgunieditorview.h \
    62     msgunieditorview.h \
    54     msgunifiededitorlineedit.h \
    63     msgunieditorlineedit.h \
    55     msgattachmentcontainer.h \
    64     msgunieditorattachmentcontainer.h \
    56     msgbaseview.h \
    65     msgbaseview.h \
    57     msgunieditorimageprocessor.h \
    66     msgunieditorimageprocessor.h \
    58     msgunieditorprocessimageoperation.h \
    67     msgunieditorprocessimageoperation.h \
    59     msgunifiededitorbasewidget.h
    68     msgunieditorbasewidget.h \
       
    69     msgunieditorpixmapwidget.h \
       
    70     msgunieditorutils.h \
       
    71     msgunieditoraudiowidget.h
    60 
    72 
    61 SOURCES += msgmonitor.inl \
    73 SOURCES += msgunieditormonitor.inl \
    62     msgmonitor.cpp \
    74     msgunieditormonitor.cpp \
    63     msgunieditoraddress.cpp \
    75     msgunieditoraddress.cpp \
    64     msgunieditorattachment.cpp \
    76     msgunieditorattachment.cpp \
    65     msgunieditorbody.cpp \
    77     msgunieditorbody.cpp \
    66     msgunieditorsubject.cpp \
    78     msgunieditorsubject.cpp \
    67     msgunieditorview.cpp \
    79     msgunieditorview.cpp \
    68     msgunifiededitorlineedit.cpp \
    80     msgunieditorlineedit.cpp \
    69     msgattachmentcontainer.cpp \
    81     msgunieditorattachmentcontainer.cpp \
    70     msgunieditorimageprocessor.inl \
    82     msgunieditorimageprocessor.inl \
    71     msgunieditorimageprocessor.cpp \
    83     msgunieditorimageprocessor.cpp \
    72     msgunieditorprocessimageoperation.cpp
    84     msgunieditorprocessimageoperation.cpp \
       
    85     msgunieditorpixmapwidget.cpp \
       
    86     msgunieditorutils.cpp \
       
    87     msgunieditoraudiowidget.cpp
    73 
    88 
    74 RESOURCES += unifiededitor.qrc
    89 RESOURCES += unifiededitor.qrc
    75 
    90 
    76 # Libs
    91 # Libs
    77 LIBS += -ls60qconversions \
    92 LIBS += -lconvergedmessageutils \
    78         -lconvergedmessageutils \
       
    79         -lmsguiutils \
    93         -lmsguiutils \
    80         -lunieditorpluginloader \
    94         -lunieditorpluginloader \
    81         -leditorgenutils \
    95         -leditorgenutils \
    82         -lfbscli \
    96         -lfbscli \
    83         -limageconversion \
    97         -limageconversion \
    92         -lcentralrepository \
   106         -lcentralrepository \
    93         -lxqservice \
   107         -lxqservice \
    94         -lgsmu \
   108         -lgsmu \
    95         -lsmcm \
   109         -lsmcm \
    96         -lxqserviceutil \
   110         -lxqserviceutil \
    97         -lcommonengine
   111         -lcommonengine \
    98 
   112         -lefsrv
    99 
   113 
   100         
   114