messagingapp/msgui/unifiededitor/unifiededitor.pro
changeset 31 ebfee66fde93
child 34 84197e66a4bd
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     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 += ../../msgutils/s60qconversions/inc
       
    30 INCLUDEPATH += ../../msgsettings/settingsview/inc
       
    31 
       
    32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 CONFIG += hb
       
    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 # Input
       
    48 HEADERS += msgmonitor.h \
       
    49     msgunieditoraddress.h \
       
    50     msgunieditorattachment.h \
       
    51     msgunieditorbody.h \
       
    52     msgunieditorsubject.h \
       
    53     msgunieditorview.h \
       
    54     msgunifiededitorlineedit.h \
       
    55     msgattachmentcontainer.h \
       
    56     msgbaseview.h \
       
    57     msgunieditorimageprocessor.h \
       
    58     msgunieditorprocessimageoperation.h \
       
    59     msgunifiededitorbasewidget.h
       
    60 
       
    61 SOURCES += msgmonitor.inl \
       
    62     msgmonitor.cpp \
       
    63     msgunieditoraddress.cpp \
       
    64     msgunieditorattachment.cpp \
       
    65     msgunieditorbody.cpp \
       
    66     msgunieditorsubject.cpp \
       
    67     msgunieditorview.cpp \
       
    68     msgunifiededitorlineedit.cpp \
       
    69     msgattachmentcontainer.cpp \
       
    70     msgunieditorimageprocessor.inl \
       
    71     msgunieditorimageprocessor.cpp \
       
    72     msgunieditorprocessimageoperation.cpp
       
    73 
       
    74 RESOURCES += unifiededitor.qrc
       
    75 
       
    76 # Libs
       
    77 LIBS += -ls60qconversions \
       
    78         -lconvergedmessageutils \
       
    79         -lmsguiutils \
       
    80         -lunieditorpluginloader \
       
    81         -leditorgenutils \
       
    82         -lfbscli \
       
    83         -limageconversion \
       
    84         -lDRMHelper \
       
    85         -lbitmaptransforms \
       
    86         -lQtVersit \
       
    87         -lQtContacts \
       
    88         -lxqutils \
       
    89         -leuser \
       
    90         -lmsgmedia \
       
    91         -lapmime \
       
    92         -lcentralrepository \
       
    93         -lxqservice \
       
    94         -lgsmu \
       
    95         -lsmcm \
       
    96         -lxqserviceutil \
       
    97         -lcommonengine
       
    98 
       
    99 
       
   100