messagingapp/msgui/appengine/appengine.pro
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
child 67 fc91263aee62
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
    18 TARGET =  appengine
    18 TARGET =  appengine
    19 DEPENDPATH += . inc
    19 DEPENDPATH += . inc
    20 DEPENDPATH += . src
    20 DEPENDPATH += . src
    21 
    21 
    22 INCLUDEPATH += ../../../inc
    22 INCLUDEPATH += ../../../inc
       
    23 INCLUDEPATH += ../msguiutils/inc
    23 INCLUDEPATH += ../../msgutils/unieditorutils/editorgenutils/inc
    24 INCLUDEPATH += ../../msgutils/unieditorutils/editorgenutils/inc
    24 INCLUDEPATH += ../../msgutils/s60qconversions/inc
    25 INCLUDEPATH += ../../smartmessaging/ringbc/inc
    25 INCLUDEPATH += /ext/mw/qtextensions/qtmobileextensions/include
    26 
    26 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    27 
    28 
    28 DEFINES += BUILD_DLL
    29 DEFINES += BUILD_DLL
    29 #QMAKE_CXXFLAGS.ARMCC -= --no_hide_all
    30 #QMAKE_CXXFLAGS.ARMCC -= --no_hide_all
    30 
    31 
    42 
    43 
    43 # Build.inf rules
    44 # Build.inf rules
    44 BLD_INF_RULES.prj_exports += \
    45 BLD_INF_RULES.prj_exports += \
    45      "$${LITERAL_HASH}include <platform_paths.hrh>" \
    46      "$${LITERAL_HASH}include <platform_paths.hrh>" \
    46      "rom/appengine.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(appengine.iby)"
    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
    47 
    57 
    48 # Input
    58 # Input
    49 HEADERS += inc/conversationsengine.h \
    59 HEADERS += inc/conversationsengine.h \
    50            inc/conversationmsgstorehandler.h \
    60            inc/conversationmsgstorehandler.h \
    51            inc/conversationsengine_p.h \
    61            inc/conversationsengine_p.h \
    66            src/conversationlistchangehandler.cpp \
    76            src/conversationlistchangehandler.cpp \
    67            src/draftsmodel.cpp
    77            src/draftsmodel.cpp
    68 
    78 
    69 LIBS += -lcsserverclientapi \
    79 LIBS += -lcsserverclientapi \
    70         -lcsutils \
    80         -lcsutils \
    71         -ls60qconversions \
       
    72         -lconvergedmessageutils \
    81         -lconvergedmessageutils \
    73         -lmsgs \
    82         -lmsgs \
    74         -lInetProtUtil \
    83         -lInetProtUtil \
    75         -lsmildtd \
    84         -lsmildtd \
    76         -lxmldom \
    85         -lxmldom \
    82         -lQtContacts \
    91         -lQtContacts \
    83         -lxqutils \
    92         -lxqutils \
    84         -lmmscli \
    93         -lmmscli \
    85         -lcommonengine \
    94         -lcommonengine \
    86         -lmmsserversettings \
    95         -lmmsserversettings \
    87 	-lFeatMgr
    96         -lsqldb \
       
    97         -lestor \
       
    98 	-lFeatMgr \
       
    99 	-lfbscli \
       
   100         -lringbc \
       
   101         -lmsguiutils
    88 
   102 
    89 
   103 
    90