diff -r f979ecb2b13e -r c198609911f9 calendarui/application/application.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/calendarui/application/application.pro Fri Apr 16 14:57:40 2010 +0300 @@ -0,0 +1,72 @@ +# +# Copyright (c) 2008 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: This is the project specification file for the calendar exe. +# + +TEMPLATE = app +TARGET = calendar +DEPENDPATH += ./src \ + ./inc \ + ../controller/data + +INCLUDEPATH += ..\controller\inc \ + ..\inc + +CONFIG += hb + + +symbian: { + + BLD_INF_RULES.prj_exports += \ + "../rom/calendar.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calendar.iby)" \ + "../rom/calendarresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calendarresources.iby)" \ + # Generic configuration interface for component cenrep settings + "../conf/calendarUI.confml APP_LAYER_CONFML(calendarUI.confml)" \ + "../conf/calendarUI_101F874B.crml APP_LAYER_CRML(calendarUI_101F874B.crml)" \ + "../cenrep/101f874b.txt \epoc32\release\winscw\udeb\z\private\10202be9\101f874b.txt" \ + "../cenrep/101f874b.txt \epoc32\release\armv5\urel\z\private\10202be9\101f874b.txt" \ + "qmakepluginstubs/calengriditemstyleplugin.qtplugin /epoc32/data/z/pluginstub/calengriditemstyleplugin.qtplugin" + + LIBS += -lcalencontroller \ + -lxqservice \ + -lxqserviceutil + + TARGET.UID3 = 0x10005901 + + TARGET.CAPABILITY = CAP_APPLICATION \ + NetworkControl + TARGET.EPOCSTACKSIZE = 0x14000 + TARGET.EPOCHEAPSIZE = 0x200000 0x1000000 + + + INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE + + CONFIG += service + SERVICE.FILE = calendar_conf.xml + + RESOURCES += calendar.qrc + + TRANSLATIONS += calendar.ts + + styleplugin.sources += calengriditemstyleplugin.dll + DEPLOYMENT += styleplugin +} + +# Input +HEADERS += calenserviceprovider.h + +SOURCES += main.cpp \ + calenserviceprovider.cpp + +# End of file --Don't remove this. \ No newline at end of file