messagingapp/msgui/appengine/appengine.pro
branchRCL_3
changeset 26 ebe688cedc25
equal deleted inserted replaced
25:fa1df4b99609 26:ebe688cedc25
       
     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 =  appengine
       
    19 DEPENDPATH += . inc
       
    20 DEPENDPATH += . src
       
    21 
       
    22 INCLUDEPATH += ../../../inc
       
    23 INCLUDEPATH += ../msguiutils/inc
       
    24 INCLUDEPATH += ../../msgutils/unieditorutils/editorgenutils/inc
       
    25 INCLUDEPATH += ../../smartmessaging/ringbc/inc
       
    26 
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    28 
       
    29 DEFINES += BUILD_DLL
       
    30 #QMAKE_CXXFLAGS.ARMCC -= --no_hide_all
       
    31 
       
    32 #UID3
       
    33 TARGET.UID3 = 0x2001FE7A 
       
    34 
       
    35 # Capability
       
    36 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    37 TARGET.EPOCALLOWDLLDATA = 1
       
    38 
       
    39 CONFIG += hb
       
    40     
       
    41 # Platforms
       
    42 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    43 
       
    44 # Build.inf rules
       
    45 BLD_INF_RULES.prj_exports += \
       
    46      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    47      "rom/appengine.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(appengine.iby)"
       
    48 
       
    49 defBlock = \      
       
    50 	  "$${LITERAL_HASH}if defined(EABI)" \
       
    51 	  "DEFFILE  ../eabi/appengine.def" \
       
    52              "$${LITERAL_HASH}else" \
       
    53              "DEFFILE  ../bwins/appengine.def" \
       
    54              "$${LITERAL_HASH}endif"
       
    55 	
       
    56 MMP_RULES += defBlock
       
    57 
       
    58 # Input
       
    59 HEADERS += inc/conversationsengine.h \
       
    60            inc/conversationmsgstorehandler.h \
       
    61            inc/conversationsengine_p.h \
       
    62            inc/conversationssummarymodel.h \
       
    63            inc/conversationsmodel.h \
       
    64            inc/conversationsengineutility.h \
       
    65            inc/conversationchangehandler.h \
       
    66            inc/conversationlistchangehandler.h \
       
    67            inc/draftsmodel.h
       
    68                       
       
    69 SOURCES += src/conversationsengine.cpp \
       
    70            src/conversationmsgstorehandler.cpp \
       
    71            src/conversationsengine_p.cpp \
       
    72            src/conversationssummarymodel.cpp \
       
    73            src/conversationsmodel.cpp \
       
    74            src/conversationsengineutility.cpp \
       
    75            src/conversationchangehandler.cpp \
       
    76            src/conversationlistchangehandler.cpp \
       
    77            src/draftsmodel.cpp
       
    78 
       
    79 LIBS += -lcsserverclientapi \
       
    80         -lcsutils \
       
    81         -lconvergedmessageutils \
       
    82         -lmsgs \
       
    83         -lInetProtUtil \
       
    84         -lsmildtd \
       
    85         -lxmldom \
       
    86         -lxmlparser \
       
    87         -lunidatamodelloader \
       
    88 	-leditorgenutils \
       
    89 	-lsmcm \
       
    90 	-lQtVersit \
       
    91         -lQtContacts \
       
    92         -lxqutils \
       
    93         -lmmscli \
       
    94         -lcommonengine \
       
    95         -lmmsserversettings \
       
    96         -lsqldb \
       
    97         -lestor \
       
    98 	-lFeatMgr \
       
    99 	-lfbscli \
       
   100         -lringbc \
       
   101         -lmsguiutils
       
   102 
       
   103