messagingapp/msgui/msgapp/msgapp.pro
changeset 23 238255e8b033
child 25 84d9eb65b26f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/messagingapp/msgui/msgapp/msgapp.pro	Fri Apr 16 14:56:15 2010 +0300
@@ -0,0 +1,99 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
+TEMPLATE = app
+TARGET = messaging101
+
+ICON = resources/qtg_large_message.svg
+
+DEPENDPATH += . inc src ../inc
+INCLUDEPATH += .
+INCLUDEPATH += ../inc
+INCLUDEPATH += ../../../inc
+INCLUDEPATH += ../unifiededitor/inc
+INCLUDEPATH += ../appengine/inc
+INCLUDEPATH += ../conversationview/inc
+INCLUDEPATH += ../unifiedviewer/inc
+INCLUDEPATH += ../../msgsettings/settingsview/inc
+INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+INCLUDEPATH += /ext/mw/qtextensions/qtmobileextensions/include
+
+CONFIG += hb service
+
+QT += sql
+
+TARGET.UID3 = 0x2001FE79
+TARGET.CAPABILITY = All -TCB
+TARGET.EPOCHEAPSIZE = 0x20000 0x1000000
+  
+# Platforms
+SYMBIAN_PLATFORMS = WINSCW ARMV5
+
+# Build.inf rules
+BLD_INF_RULES.prj_exports += \
+     "$${LITERAL_HASH}include <platform_paths.hrh>" \
+     "rom/msgapp.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(msgapp.iby)" \
+     "rom/messaginglangaugeresources.iby             LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(messaginglangaugeresources.iby)" \
+     "sis/msgapp_stub.sis   /epoc32/data/z/system/install/msgapp_stub.sis" \
+     "rom/messaging_uda.confml  CONFML_EXPORT_PATH(messaging_uda.confml,uda_content)" \
+     "rom/messaging_uda_copy.implml CRML_EXPORT_PATH(messaging_uda_copy.implml,uda_content)" \
+     "rom/private.zip CRML_EXPORT_PATH(../content/zip/,uda_content)"
+
+# Input
+HEADERS += msgmainwindow.h \
+     msglistview.h \
+     draftslistview.h \
+     msglistviewitem.h \
+     msgutils.h \
+     msgviewmanager.h \
+     msgbaseview.h \
+     msgsendserviceinterface.h \
+     msgserviceinterface.h
+
+SOURCES += main.cpp \
+     msgmainwindow.cpp \
+     msglistview.cpp \
+     draftslistview.cpp \
+     msglistviewitem.cpp \
+     msgutils.cpp \
+     msgviewmanager.cpp \
+     msgsendserviceinterface.cpp \
+     msgserviceinterface.cpp
+
+RESOURCES += msgapp.qrc
+
+TRANSLATIONS = messaging.ts
+
+SERVICE.FILE = messaging_service.xml
+SERVICE.OPTIONS = embeddable
+
+# Libs
+LIBS += -lappengine \
+        -lconversationview   \
+        -lcpframework \
+        -lunifiededitor \
+        -lunifiedviewer \
+        -lconvergedmessageutils \
+        -lxqservice \
+        -lxqserviceutil \
+        -lQtContacts \
+        -lsettingsview
+
+styleplugin.sources += conversationviewplugin.dll \
+                       unifiededitorplugin.dll \
+                       unifiedviewerplugin.dll
+
+DEPLOYMENT += styleplugin