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