messagingapp/msgui/msgapp/msgapp.pro
changeset 23 238255e8b033
child 25 84d9eb65b26f
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
       
     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 = app
       
    18 TARGET = messaging101
       
    19 
       
    20 ICON = resources/qtg_large_message.svg
       
    21 
       
    22 DEPENDPATH += . inc src ../inc
       
    23 INCLUDEPATH += .
       
    24 INCLUDEPATH += ../inc
       
    25 INCLUDEPATH += ../../../inc
       
    26 INCLUDEPATH += ../unifiededitor/inc
       
    27 INCLUDEPATH += ../appengine/inc
       
    28 INCLUDEPATH += ../conversationview/inc
       
    29 INCLUDEPATH += ../unifiedviewer/inc
       
    30 INCLUDEPATH += ../../msgsettings/settingsview/inc
       
    31 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    32 INCLUDEPATH += /ext/mw/qtextensions/qtmobileextensions/include
       
    33 
       
    34 CONFIG += hb service
       
    35 
       
    36 QT += sql
       
    37 
       
    38 TARGET.UID3 = 0x2001FE79
       
    39 TARGET.CAPABILITY = All -TCB
       
    40 TARGET.EPOCHEAPSIZE = 0x20000 0x1000000
       
    41   
       
    42 # Platforms
       
    43 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    44 
       
    45 # Build.inf rules
       
    46 BLD_INF_RULES.prj_exports += \
       
    47      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    48      "rom/msgapp.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(msgapp.iby)" \
       
    49      "rom/messaginglangaugeresources.iby             LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(messaginglangaugeresources.iby)" \
       
    50      "sis/msgapp_stub.sis   /epoc32/data/z/system/install/msgapp_stub.sis" \
       
    51      "rom/messaging_uda.confml  CONFML_EXPORT_PATH(messaging_uda.confml,uda_content)" \
       
    52      "rom/messaging_uda_copy.implml CRML_EXPORT_PATH(messaging_uda_copy.implml,uda_content)" \
       
    53      "rom/private.zip CRML_EXPORT_PATH(../content/zip/,uda_content)"
       
    54 
       
    55 # Input
       
    56 HEADERS += msgmainwindow.h \
       
    57      msglistview.h \
       
    58      draftslistview.h \
       
    59      msglistviewitem.h \
       
    60      msgutils.h \
       
    61      msgviewmanager.h \
       
    62      msgbaseview.h \
       
    63      msgsendserviceinterface.h \
       
    64      msgserviceinterface.h
       
    65 
       
    66 SOURCES += main.cpp \
       
    67      msgmainwindow.cpp \
       
    68      msglistview.cpp \
       
    69      draftslistview.cpp \
       
    70      msglistviewitem.cpp \
       
    71      msgutils.cpp \
       
    72      msgviewmanager.cpp \
       
    73      msgsendserviceinterface.cpp \
       
    74      msgserviceinterface.cpp
       
    75 
       
    76 RESOURCES += msgapp.qrc
       
    77 
       
    78 TRANSLATIONS = messaging.ts
       
    79 
       
    80 SERVICE.FILE = messaging_service.xml
       
    81 SERVICE.OPTIONS = embeddable
       
    82 
       
    83 # Libs
       
    84 LIBS += -lappengine \
       
    85         -lconversationview   \
       
    86         -lcpframework \
       
    87         -lunifiededitor \
       
    88         -lunifiedviewer \
       
    89         -lconvergedmessageutils \
       
    90         -lxqservice \
       
    91         -lxqserviceutil \
       
    92         -lQtContacts \
       
    93         -lsettingsview
       
    94 
       
    95 styleplugin.sources += conversationviewplugin.dll \
       
    96                        unifiededitorplugin.dll \
       
    97                        unifiedviewerplugin.dll
       
    98 
       
    99 DEPLOYMENT += styleplugin