messagingapp/msgutils/unieditorutils/unieditorutils.pro
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 47 5b14749788d7
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description:
    14 # Description:
    15 #
    15 #
    16 #
       
    17 
    16 
    18 TEMPLATE = lib
    17 TEMPLATE = subdirs
    19 TARGET = unieditorutils
       
    20 DEPENDPATH += . inc src
       
    21 
    18 
    22 INCLUDEPATH += .
    19 CONFIG += ordered
    23 INCLUDEPATH += ../../../inc
       
    24 INCLUDEPATH += ../s60qconversions/inc
       
    25 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    26 
    20 
    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
    21 SYMBIAN_PLATFORMS = WINSCW ARMV5
    40 
    22 
    41 # Build.inf rules
    23 SUBDIRS += editorgenutils/editorgenutils.pro
    42 BLD_INF_RULES.prj_exports += \
    24 SUBDIRS += unieditorplugins/unieditorplugins.pro
    43      "$${LITERAL_HASH}include <platform_paths.hrh>" \
    25 SUBDIRS += unieditorpluginloader/unieditorpluginloader.pro
    44      "rom/unieditorutils.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(unieditorutils.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