messagingapp/msgui/layoutplugins/msglistviewitemplugin/msglistviewitemplugin.pro
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
child 38 4e4b6adb1024
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
     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(msglistviewitemplugin)
       
    19 CONFIG += plugin hb
       
    20 INCLUDEPATH += . inc 
       
    21 INCLUDEPATH += ../../inc
       
    22 INCLUDEPATH += ../../../../inc
       
    23 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    24 
       
    25 symbian:TARGET.EPOCALLOWDLLDATA = 1
       
    26 symbian:TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    27 symbian:TARGET.UID3 = 0x2001FE72
       
    28 
       
    29 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    30 
       
    31 # Build.inf rules
       
    32 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    33     "rom/msglistviewitemplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(msglistviewitemplugin.iby)"
       
    34 
       
    35 # Input
       
    36 HEADERS += inc/msglistviewitemplugin.h
       
    37 SOURCES += src/msglistviewitemplugin.cpp
       
    38 
       
    39 RESOURCES += msglistviewitemplugin.qrc
       
    40 
       
    41