messagingapp/msgutils/unieditorutils/editorgenutils/editorgenutils.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 
       
    18 TEMPLATE = lib
       
    19 TARGET = editorgenutils
       
    20 DEPENDPATH += . inc src
       
    21 
       
    22 INCLUDEPATH += .
       
    23 INCLUDEPATH += ../../../../inc
       
    24 INCLUDEPATH += ../../s60qconversions/inc
       
    25 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    26 
       
    27 DEFINES += BUILD_MUIU_UITLS_DLL
       
    28 #QMAKE_CXXFLAGS.ARMCC -= --no_hide_all
       
    29 
       
    30 # UID3
       
    31 TARGET.UID3 = 0x2001FE70
       
    32 
       
    33 # Capability
       
    34 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    35 
       
    36 TARGET.EPOCALLOWDLLDATA = 1
       
    37 
       
    38 # Platforms
       
    39 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    40 
       
    41 # Build.inf rules
       
    42 BLD_INF_RULES.prj_exports += \
       
    43      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    44      "rom/editorgenutils.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(editorgenutils.iby)"
       
    45 
       
    46 # Input
       
    47 HEADERS += inc/MuiuOperationWait.h \
       
    48     inc/UniEditorGenUtils.h
       
    49     
       
    50 SOURCES += src/MuiuOperationWait.cpp \
       
    51     src/UniEditorGenUtils.cpp
       
    52 
       
    53 LIBS += -leuser \
       
    54     -lCentralRepository \
       
    55     -lconvergedmessageutils \
       
    56     -lsssettings \
       
    57     -ls60qconversions \
       
    58     -lMsgMedia \
       
    59     -lapmime
       
    60