calendarui/application/application.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 14:57:40 +0300
changeset 18 c198609911f9
child 23 fd30d51f876b
permissions -rw-r--r--
Revision: 201011 Kit: 201015

#
#  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.