diff -r 4b686cfad39d -r e6894b852bc6 clock/ftudatetimewizard/ftudatetimewizard.pro --- a/clock/ftudatetimewizard/ftudatetimewizard.pro Tue Jun 15 15:22:54 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,77 +0,0 @@ -# -# 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 datetime wizard project file -# - -TEMPLATE = lib - -CONFIG += plugin hb -TARGET = ftudatetimewizard - -HEADERS += ./inc/*.h -SOURCES += ./src/*.cpp - -RESOURCES += resources/ftudatetimewizard.qrc - -plugin.sources = ftudatetimewizard.dll -plugin.path = \resource\qt\plugins\FTU - -pluginstub.sources = resource/*.manifest -pluginstub.path = /fturesources/plugins/wizardproviders - -DEPLOYMENT += plugin pluginstub - -CONFIG(debug, debug|release) { - DESTDIR = debug - LIBS += -lftuwizardmodel -} else { - DESTDIR = release - LIBS += -lftuwizardmodel -} - -CONFIG += plugin debug_and_release - -QT += xml sql - -DEFINES += FTUDATETIMEWIZARD_LIB - -coverage:DEFINES += COVERAGE_MEASUREMENT - -DEPENDPATH += ./inc \ - ./src - -INCLUDEPATH += ./inc/ \ - ../clockmw/clocksettingsutility/inc \ - ../clockmw/clocktimezone/inc \ - ../clockengines/inc \ - ../clockengines/clockserver/server/inc \ - ../clockui/clockcityselectionlist/inc \ - ../inc -symbian: { - TARGET.UID3 = 0x2002C30C - TARGET.EPOCALLOWDLLDATA=1 - TARGET.CAPABILITY = ALL -TCB - TARGET.CAPABILITY = CAP_GENERAL_DLL - INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE - - LIBS += -leuser \ - -lclocksettingsutility \ - -lclockserverclient \ - -ltimezoneclient \ - -lxqsettingsmanager \ - -lclockcityselectionlist - -} - -# End of file --Don't remove this. \ No newline at end of file