messagingapp/msgutils/unidatautils/unidatamodelloader/unidatamodelloader.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 TARGET = unidatamodelloader
       
    18 
       
    19 TEMPLATE = lib
       
    20 
       
    21 CONFIG += dll
       
    22 DEFINES += UNIDATAMODELLOADER_DLL
       
    23 DEFINES += BUILD_DLL_DATA_MODEL
       
    24 
       
    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 = 0x2001FE62
       
    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/unidatamodelloader.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(unidatamodelloader.iby)"
       
    50 
       
    51 MMP_RULES += "SOURCEPATH ."
       
    52 
       
    53 SOURCES += src/unidatamodelloader.cpp
       
    54     
       
    55 LIBS += -lQtCore
       
    56