messagingapp/msgutils/unieditorplugins/unieditorsmsplugin/unieditorsmsplugin.pro
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
     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 
       
    18 TEMPLATE = lib
       
    19 
       
    20 TARGET = $$qtLibraryTarget(unieditorsmsplugin)
       
    21 TARGET.CAPABILITY = All -TCB
       
    22 TARGET.EPOCALLOWDLLDATA = 1
       
    23 
       
    24 # UID 3
       
    25 TARGET.UID3 = 0x102072DA
       
    26 
       
    27 INCLUDEPATH += ../../s60qconversions/inc
       
    28 INCLUDEPATH += ../../unieditorutils/inc
       
    29 INCLUDEPATH += ../../../../inc
       
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 SYMBIAN_PLATFORMS = WINSCW \
       
    33     ARMV5
       
    34 
       
    35 CONFIG += plugin
       
    36 
       
    37 # Input
       
    38 HEADERS += inc/sessioneventhandler.h \
       
    39     inc/unieditorsmsplugin.h \
       
    40     inc/unieditorsmsplugin_p.h
       
    41     
       
    42 SOURCES += src/sessioneventhandler.cpp \
       
    43     src/unieditorsmsplugin.cpp \
       
    44     src/unieditorsmsplugin_p.cpp
       
    45 
       
    46 # Build.inf rules
       
    47 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    48     "rom/unieditorsmsplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unieditorsmsplugin.iby)"
       
    49 
       
    50 LIBS += -leuser \
       
    51     -lconvergedmessageutils \
       
    52     -ls60qconversions \
       
    53     -lMsgMedia \
       
    54     -lunieditorutils \
       
    55     -lcone \
       
    56     -leikcoctl \
       
    57     -leikcore \
       
    58     -leikdlg \
       
    59     -lmsgs \
       
    60     -letext \
       
    61     -lgsmu \
       
    62     -lmmsgenutils \
       
    63     -lefsrv \
       
    64     -lestor \
       
    65     -lsmcm \
       
    66     -lCommonEngine \
       
    67     -lbafl \
       
    68     -lCdlEngine \
       
    69     -lFeatMgr \
       
    70     -lapmime
       
    71 
       
    72 # plugin stub deployment
       
    73 plugin.sources = unieditorsmsplugin.dll
       
    74 plugin.path = \resource\qt\plugins\messaging\editorplugins
       
    75 DEPLOYMENT += plugin