diff -r 6a20128ce557 -r ebfee66fde93 messagingapp/msgui/unifiededitor/unifiededitor.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingapp/msgui/unifiededitor/unifiededitor.pro Fri Jun 04 10:25:39 2010 +0100 @@ -0,0 +1,100 @@ +# +# 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 = lib +TARGET = unifiededitor +DEFINES += UNIFIEDEDITOR_DLL +DEPENDPATH += . \ + inc \ + ../inc \ + src +INCLUDEPATH += . inc +INCLUDEPATH += ../../../inc +INCLUDEPATH += ../msguiutils/inc +INCLUDEPATH += ../../msgutils/unieditorutils/editorgenutils/inc +INCLUDEPATH += ../../msgutils/unidatautils/unidatamodelloader/inc +INCLUDEPATH += ../../msgutils/s60qconversions/inc +INCLUDEPATH += ../../msgsettings/settingsview/inc + +INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE + +CONFIG += hb + +TARGET.EPOCALLOWDLLDATA = 1 +TARGET.CAPABILITY = All -TCB +TARGET.UID3 = 0x2001FE68 + +# Platforms +SYMBIAN_PLATFORMS = WINSCW ARMV5 + +# Build.inf rules +BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include " \ + "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)" + +# Input +HEADERS += msgmonitor.h \ + msgunieditoraddress.h \ + msgunieditorattachment.h \ + msgunieditorbody.h \ + msgunieditorsubject.h \ + msgunieditorview.h \ + msgunifiededitorlineedit.h \ + msgattachmentcontainer.h \ + msgbaseview.h \ + msgunieditorimageprocessor.h \ + msgunieditorprocessimageoperation.h \ + msgunifiededitorbasewidget.h + +SOURCES += msgmonitor.inl \ + msgmonitor.cpp \ + msgunieditoraddress.cpp \ + msgunieditorattachment.cpp \ + msgunieditorbody.cpp \ + msgunieditorsubject.cpp \ + msgunieditorview.cpp \ + msgunifiededitorlineedit.cpp \ + msgattachmentcontainer.cpp \ + msgunieditorimageprocessor.inl \ + msgunieditorimageprocessor.cpp \ + msgunieditorprocessimageoperation.cpp + +RESOURCES += unifiededitor.qrc + +# Libs +LIBS += -ls60qconversions \ + -lconvergedmessageutils \ + -lmsguiutils \ + -lunieditorpluginloader \ + -leditorgenutils \ + -lfbscli \ + -limageconversion \ + -lDRMHelper \ + -lbitmaptransforms \ + -lQtVersit \ + -lQtContacts \ + -lxqutils \ + -leuser \ + -lmsgmedia \ + -lapmime \ + -lcentralrepository \ + -lxqservice \ + -lgsmu \ + -lsmcm \ + -lxqserviceutil \ + -lcommonengine + + + \ No newline at end of file