messagingapp/msgui/conversationview/conversationview.pro
changeset 23 238255e8b033
child 25 84d9eb65b26f
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
       
     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 = conversationview
       
    19 DEFINES += CONVERSATIONVIEW_DLL
       
    20 DEPENDPATH += . \
       
    21               inc \
       
    22               ../inc \ 
       
    23               src
       
    24     					
       
    25 INCLUDEPATH += .
       
    26 INCLUDEPATH += ../../../inc
       
    27 INCLUDEPATH += ../msguiutils/inc
       
    28 INCLUDEPATH += ../../msgutils/s60qconversions/inc
       
    29 INCLUDEPATH += ../appengine/inc
       
    30 INCLUDEPATH += ../../smartmessaging/ringbc/inc
       
    31 
       
    32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    33 INCLUDEPATH += /ext/mw/qthighway/inc
       
    34 INCLUDEPATH += /ext/mw/qtextensions/qtmobileextensions/include
       
    35 INCLUDEPATH += ../../msgutils/unidatamodel/univcaldataplugin/inc
       
    36 
       
    37 CONFIG += hb
       
    38 QT += sql
       
    39 
       
    40 TARGET.UID3 = 0x20024322
       
    41 TARGET.CAPABILITY = All -TCB
       
    42 TARGET.EPOCALLOWDLLDATA = 1
       
    43 
       
    44 # Platforms
       
    45 SYMBIAN_PLATFORMS = WINSCW \
       
    46     ARMV5
       
    47 
       
    48 # Build.inf rules
       
    49 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    50     "rom/conversationview.iby CORE_APP_LAYER_IBY_EXPORT_PATH(conversationview.iby)"
       
    51 
       
    52 # Input
       
    53 HEADERS += inc/msgconversationview.h \
       
    54     inc/msgconversationviewitem.h \
       
    55     inc/msgconversationwidget.h \
       
    56     inc/msgcharcounter_p.h \
       
    57     inc/msgcharcounter.h \
       
    58     inc/msgviewutils.h \
       
    59     ../../../inc/msgconversationviewdefines.h \
       
    60     inc/msgcontactcardwidget.h \
       
    61     inc/msgeditorwidget.h \
       
    62     inc/msgconversationbaseview.h \
       
    63     ../inc/msgbaseview.h
       
    64     
       
    65 
       
    66 SOURCES += src/msgconversationview.cpp \
       
    67     src/msgconversationviewitem.cpp \
       
    68     src/msgconversationwidget.cpp \
       
    69     src/msgcharcounter_p.cpp \
       
    70     src/msgcharcounter.cpp \
       
    71     src/msgviewutils.cpp \
       
    72     src/msgcontactcardwidget.cpp \
       
    73     src/msgeditorwidget.cpp \
       
    74     src/msgconversationbaseview.cpp
       
    75     
       
    76 RESOURCES += conversationview.qrc
       
    77 
       
    78 
       
    79 # Libs
       
    80 LIBS += -lappengine \
       
    81     -ls60qconversions \
       
    82     -lconvergedmessageutils \
       
    83     -lapgrfx \
       
    84     -lefsrv \
       
    85     -lapmime \
       
    86     -lgsmu \
       
    87     -lsmcm \
       
    88     -letext \
       
    89     -lxqservice \
       
    90     -lxqserviceutil \
       
    91     -lmsguiutils \
       
    92     -lunidatamodelloader \
       
    93     -lringbc