diff -r dcf0eedfc1a3 -r d189ee25cf9d ipsservices/nmimapclientplugin/nmimapclientplugin.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ipsservices/nmimapclientplugin/nmimapclientplugin.pro Tue Aug 31 15:04:17 2010 +0300 @@ -0,0 +1,70 @@ +# 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: + +CONFIG += debug +CONFIG += plugin +CONFIG += hb +TEMPLATE = lib +TARGET = nmimapclientplugin +QT += core + +DEFINES += BUILD_CLIENTPLUGIN_DLL + +INCLUDEPATH += inc \ + ../inc \ + ../../inc + +HEADERS += inc/nmimapclientplugin.h \ + inc/nmimapclientpluginheaders.h + +SOURCES += src/nmimapclientplugin.cpp + +LIBS += -leuser +LIBS += -llibc + +symbian*: { + TARGET.EPOCALLOWDLLDATA = 1 + TARGET.CAPABILITY = ALL \ + -TCB + TARGET.UID2 = 0x1000008D + TARGET.UID3 = 0x2002B3D1 + + PLUGIN_STUB_PATH = /resource/qt/plugins/nmail/uiext + + deploy.path = C: + pluginstub.sources = $${TARGET}.dll + pluginstub.path = $$PLUGIN_STUB_PATH + DEPLOYMENT += pluginstub + + qtplugins.path = $$PLUGIN_STUB_PATH + qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin + for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)" + + DEPLOYMENT += pluginstub + LIBS += -lnmailbase \ + -lnmsettingui \ + -lnmailuiengine +} + +win32 { + INCLUDEPATH += ../ipssosplugin/inc + DESTDIR = ../../bin + pluginstub.sources = nmimapclientplugin.dll + pluginstub.path = DESTDIR + DEPLOYMENT += pluginstub + LIBS += -L../../bin \ + -lnmailbase \ + -lnmailuiengine +} + +plugin.sources = $${TARGET}.dll +plugin.path = $$PLUGIN_STUB_PATH +DEPLOYMENT += plugin