messagingapp/msgutils/unidatautils/unidatamodelplugins/unismsdataplugin/unismsdataplugin.pro
changeset 25 84d9eb65b26f
child 37 518b245aa84c
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 TEMPLATE = lib
       
    18 TARGET = $$qtLibraryTarget(unismsdataplugin)
       
    19 
       
    20 TARGET.CAPABILITY = All -TCB
       
    21 TARGET.EPOCALLOWDLLDATA = 1
       
    22 
       
    23 #UID 3
       
    24 TARGET.UID3 = 0x2001FE60
       
    25 
       
    26 DEPENDPATH += . inc src
       
    27 
       
    28 INCLUDEPATH += ./inc
       
    29 INCLUDEPATH += ../../../../msgutils/s60qconversions/inc
       
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    31 INCLUDEPATH += ../../../../../inc
       
    32 
       
    33 
       
    34 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    35 
       
    36 CONFIG += plugin
       
    37 
       
    38 # Input
       
    39 HEADERS += inc/unismsdataplugin.h \
       
    40 	inc/unismsdataplugin_p.h
       
    41 		   
       
    42 SOURCES += src/unismsdataplugin.cpp \
       
    43 	src/unismsdataplugin_p.cpp 
       
    44  
       
    45 # Build.inf rules 
       
    46 BLD_INF_RULES.prj_exports += \
       
    47   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    48    "rom/unismsdataplugin.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(unismsdataplugin.iby)" 
       
    49     
       
    50  LIBS += -leuser \
       
    51 	-lconvergedmessageutils\
       
    52 	-ls60qconversions \
       
    53 	-lmsgs \
       
    54 	-lSmcm \
       
    55 	-lgsmu \
       
    56 	-letext \
       
    57 	-lQtCore
       
    58 	
       
    59 # plugin stub deployment
       
    60 plugin.sources = unismsdataplugin.dll
       
    61 plugin.path = \resource\qt\plugins\messaging\datamodel
       
    62 DEPLOYMENT += plugin
       
    63 
       
    64