diff -r dcf0eedfc1a3 -r d189ee25cf9d emailuis/nmailuiwidgets/nmailuiwidgets.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emailuis/nmailuiwidgets/nmailuiwidgets.pro Tue Aug 31 15:04:17 2010 +0300 @@ -0,0 +1,66 @@ +# 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 = nmailuiwidgets +CONFIG += hb +HB += hbfeedback +DEFINES += BUILD_NMAILUIWIDGETS_DLL +INCLUDEPATH += ./inc \ + ../../inc + +HEADERS += inc/nmailuiwidgetsheaders.h \ + inc/nmailuiwidgetsdef.h \ + inc/nmbaseviewscrollarea.h \ + inc/nmrecipientlineedit.h \ + inc/nmhtmllineedit.h \ + inc/nmeditortextedit.h \ + inc/nmattachmentlistwidget.h \ + inc/nmattachmentlistitem.h + +SOURCES += src/nmbaseviewscrollarea.cpp \ + src/nmrecipientlineedit.cpp \ + src/nmhtmllineedit.cpp \ + src/nmeditortextedit.cpp \ + src/nmattachmentlistwidget.cpp \ + src/nmattachmentlistitem.cpp + +symbian*: { + INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE + + TARGET.EPOCALLOWDLLDATA = 1 + TARGET.CAPABILITY = CAP_GENERAL_DLL + TARGET.UID2 = 0x1000008D + TARGET.UID3 = 0x2002C348 + LIBS += -lnmailbase \ + -lxqservice \ + -lxqserviceutil \ + -lqtcontacts + + defBlock = \ + "$${LITERAL_HASH}if defined(MARM)" \ + "DEFFILE eabi/nmailuiwidgets.def" \ + "$${LITERAL_HASH}else" \ + "DEFFILE bwins/nmailuiwidgets.def" \ + "$${LITERAL_HASH}endif" + + MMP_RULES += defBlock +} + +win32 { + DESTDIR = ../../bin + LIBS += -L../../bin \ + -lnmailbase +} + +RESOURCES += nmailuiwidgets.qrc + +DOCML += resources/nmattachmentlistwidget.docml