messagingapp/msgui/msguiutils/msguiutils.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 = msguiutils
       
    19 DEFINES += BUILD_MSGUI_UTILS_DLL
       
    20 
       
    21 DEPENDPATH += . \
       
    22     inc \
       
    23     src
       
    24 
       
    25 INCLUDEPATH += ../../../inc
       
    26 INCLUDEPATH += ../../msgutils/unieditorutils/inc
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    28 INCLUDEPATH += /ext/mw/qthighway/inc
       
    29 
       
    30 
       
    31 TARGET.UID3 = 0x2001FE69
       
    32 
       
    33 
       
    34 TARGET.CAPABILITY = All -TCB
       
    35 TARGET.EPOCALLOWDLLDATA = 1
       
    36 
       
    37 # Platforms
       
    38 SYMBIAN_PLATFORMS = WINSCW \
       
    39     ARMV5
       
    40 
       
    41 # Build.inf rules
       
    42 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    43     "rom/msguiutils.iby CORE_APP_LAYER_IBY_EXPORT_PATH(msguiutils.iby)"
       
    44 
       
    45 # Input
       
    46 HEADERS += msgsendutil.h \
       
    47            msgimagefetcherutil.h \
       
    48            msgaudiofetcherutil.h \
       
    49            msgcontactsutil.h \
       
    50            msguiutilsmanager.h \
       
    51            matchphnumberutil.h
       
    52            
       
    53 SOURCES += msgsendutil.cpp \
       
    54            msgimagefetcherutil.cpp \
       
    55            msgaudiofetcherutil.cpp \
       
    56            msgcontactsutil.cpp \
       
    57            msguiutilsmanager.cpp \
       
    58            matchphnumberutil.cpp
       
    59     
       
    60 # Libs
       
    61 LIBS += -lxqservice \
       
    62     -lQtContacts \
       
    63     -lunieditorpluginloader \
       
    64     -lunieditorutils \
       
    65     -lconvergedmessageutils \
       
    66     -lcentralrepository