messagingapp/msgui/unifiededitor/unifiededitor.pro
branchRCL_3
changeset 57 ebe688cedc25
equal deleted inserted replaced
54:fa1df4b99609 57:ebe688cedc25
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = unifiededitor
       
    19 DEFINES += UNIFIEDEDITOR_DLL
       
    20 DEPENDPATH += . \
       
    21     inc \
       
    22     ../inc \
       
    23     src 
       
    24 INCLUDEPATH += . inc
       
    25 INCLUDEPATH += ../../../inc
       
    26 INCLUDEPATH += ../msguiutils/inc
       
    27 INCLUDEPATH += ../../msgutils/unieditorutils/editorgenutils/inc
       
    28 INCLUDEPATH += ../../msgutils/unidatautils/unidatamodelloader/inc
       
    29 INCLUDEPATH += ../../msgsettings/settingsview/inc
       
    30 
       
    31 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 CONFIG += hb
       
    34 HB += hbfeedback
       
    35 
       
    36 TARGET.EPOCALLOWDLLDATA = 1
       
    37 TARGET.CAPABILITY = All -TCB
       
    38 TARGET.UID3 = 0x2001FE68
       
    39 
       
    40 # Platforms
       
    41 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    42 
       
    43 # Build.inf rules
       
    44 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    45     "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)"
       
    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 
       
    56 # Input
       
    57 HEADERS += msgunieditormonitor.h \
       
    58     msgunieditoraddress.h \
       
    59     msgunieditorattachment.h \
       
    60     msgunieditorbody.h \
       
    61     msgunieditorsubject.h \
       
    62     msgunieditorview.h \
       
    63     msgunieditorlineedit.h \
       
    64     msgunieditorattachmentcontainer.h \
       
    65     msgbaseview.h \
       
    66     msgunieditorimageprocessor.h \
       
    67     msgunieditorprocessimageoperation.h \
       
    68     msgunieditorbasewidget.h \
       
    69     msgunieditorpixmapwidget.h \
       
    70     msgunieditorutils.h \
       
    71     msgunieditoraudiowidget.h
       
    72 
       
    73 SOURCES += msgunieditormonitor.inl \
       
    74     msgunieditormonitor.cpp \
       
    75     msgunieditoraddress.cpp \
       
    76     msgunieditorattachment.cpp \
       
    77     msgunieditorbody.cpp \
       
    78     msgunieditorsubject.cpp \
       
    79     msgunieditorview.cpp \
       
    80     msgunieditorlineedit.cpp \
       
    81     msgunieditorattachmentcontainer.cpp \
       
    82     msgunieditorimageprocessor.inl \
       
    83     msgunieditorimageprocessor.cpp \
       
    84     msgunieditorprocessimageoperation.cpp \
       
    85     msgunieditorpixmapwidget.cpp \
       
    86     msgunieditorutils.cpp \
       
    87     msgunieditoraudiowidget.cpp
       
    88 
       
    89 RESOURCES += unifiededitor.qrc
       
    90 
       
    91 # Libs
       
    92 LIBS += -lconvergedmessageutils \
       
    93         -lmsguiutils \
       
    94         -lunieditorpluginloader \
       
    95         -leditorgenutils \
       
    96         -lfbscli \
       
    97         -limageconversion \
       
    98         -lDRMHelper \
       
    99         -lbitmaptransforms \
       
   100         -lQtVersit \
       
   101         -lQtContacts \
       
   102         -lxqutils \
       
   103         -leuser \
       
   104         -lmsgmedia \
       
   105         -lapmime \
       
   106         -lcentralrepository \
       
   107         -lxqservice \
       
   108         -lgsmu \
       
   109         -lsmcm \
       
   110         -lxqserviceutil \
       
   111         -lcommonengine \
       
   112         -lefsrv
       
   113 
       
   114