messagingapp/msgutils/unieditorplugins/unieditorpluginloader/unieditorpluginloader.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 TARGET = unieditorpluginloader
       
    19 
       
    20 TEMPLATE = lib
       
    21 
       
    22 CONFIG += dll
       
    23 DEFINES += UNIEDITORPLUGINLOADER_DLL
       
    24 DEFINES += BUILD_DLL_EDITOR_PLUGIN
       
    25 
       
    26 
       
    27 DEPENDPATH += . \
       
    28     inc \
       
    29     src
       
    30 
       
    31 QT -= gui
       
    32 
       
    33 INCLUDEPATH += .
       
    34 INCLUDEPATH += inc
       
    35 INCLUDEPATH += ../../../../inc
       
    36 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 # Capability
       
    39 TARGET.UID3 = 0x2001FE71
       
    40 TARGET.CAPABILITY = All -TCB
       
    41 TARGET.EPOCALLOWDLLDATA = 1
       
    42 
       
    43 # Platforms
       
    44 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    45 
       
    46 # Build.inf rules
       
    47 BLD_INF_RULES.prj_exports += \
       
    48      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    49     "rom/unieditorpluginloader.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(unieditorpluginloader.iby)"
       
    50 
       
    51 SOURCES += src/unieditorpluginloader.cpp
       
    52