diff -r 000000000000 -r c464cd7e2753 runtimeproviders/ftudefaultruntimeprovider/ftudefaultruntimeprovider.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/runtimeproviders/ftudefaultruntimeprovider/ftudefaultruntimeprovider.pro Mon Apr 19 14:01:47 2010 +0300 @@ -0,0 +1,83 @@ +# +# 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: FTU default runtime provider project file +# + +TEMPLATE = lib + + +symbian { + CONFIG(debug, debug|release) { + DESTDIR = debug + } else { + DESTDIR = release + } +} + +win32 { + CONFIG(debug, debug|release) { + SUBDIRPART = debug + } else { + SUBDIRPART = release + } + DESTDIR = $$PWD/../../../bin/$$SUBDIRPART/fturesources/plugins/runtimeproviders + LIBS += -L$$PWD/../../../bin/debug +} + +LIBS += -lfturuntimeservices +LIBS += -lftustateprovider + +CONFIG += plugin debug_and_release + +CONFIG += hb + +CONFIG += hb mobility +MOBILITY = serviceframework + +QT += xml sql + +DEFINES += FTUDEFAULTRUNTIMEPROVIDER_LIB + +coverage:DEFINES += COVERAGE_MEASUREMENT + +DEPENDPATH += ./inc \ + ./src + +INCLUDEPATH += ./inc \ + ../../inc \ + +symbian { + TARGET.UID3 = 0x20026F97 + TARGET.EPOCALLOWDLLDATA=1 + TARGET.CAPABILITY = ALL -TCB + appkey:DEFINES += S60APP_KEY + INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE + + include(ftudefaultruntimeprovider_installs_symbian.pri) +} + +win32 { +include(ftudefaultruntimeprovider_installs_win32.pri) +} + +symbian:unix:include(ftudefaultruntimeprovider_installs_unix.pri) + +include(ftudefaultruntimeprovider.pri) + +symbian: plugin{ + BLD_INF_RULES.prj_exports += "resource/$${TARGET}.s60xml z:$$qtplugins.path/$${TARGET}.xml" + + for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin z:$$qtplugins.path/$$basename(qtplugin)" + +}