messagingapp/msgui/layoutplugins/conversationviewplugin/conversationviewplugin.pro
changeset 27 e4592d119491
parent 25 84d9eb65b26f
child 30 6a20128ce557
child 32 f3f513612312
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
     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(conversationviewplugin)
       
    19 
       
    20 TARGET.EPOCALLOWDLLDATA = 1
       
    21 TARGET.CAPABILITY = All -TCB
       
    22 #UID 3
       
    23 TARGET.UID3 = 0x2001FE75
       
    24 
       
    25 CONFIG += plugin hb
       
    26 INCLUDEPATH += . inc ../../conversationview/inc ../../../../inc
       
    27 
       
    28 symbian:TARGET.EPOCALLOWDLLDATA = 1
       
    29 symbian:TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    30 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    31 
       
    32 # Input
       
    33 HEADERS += inc/conversationviewplugin.h
       
    34 SOURCES += src/conversationviewplugin.cpp
       
    35 
       
    36 RESOURCES += conversationviewplugin.qrc
       
    37 
       
    38 # The plugin stub is exported and its used in the sis or image creation
       
    39 symbian 		{
       
    40     BLD_INF_RULES.prj_exports += \
       
    41     "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    42     "rom/conversationviewplugin.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(conversationviewplugin.iby)" 
       
    43 		}
       
    44