calendarui/caleneditor/caleneditor.pro
author hgs
Mon, 12 Jul 2010 02:32:28 +0530
changeset 51 0b38fc5b94c6
parent 45 b6db4fd4947b
child 57 bb2d3e476f29
permissions -rw-r--r--
201027

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

TEMPLATE = lib
CONFIG += hb
TARGET = caleneditor
DEFINES += CALENEDITOR_LIB
INCLUDEPATH += ./src \
			./inc \
			./traces \
			..\inc
DEPENDPATH += ./src \
			  ./inc \
			  ./data

symbian: {
	BLD_INF_RULES.prj_exports += \
				"./inc/caleneditor.h  |../inc/caleneditor.h"
				
				
	TARGET.UID3 = 0x10207198
	TARGET.CAPABILITY += ALL -TCB
	TARGET.EPOCALLOWDLLDATA = 1
	
	LIBS += -lagendainterface \
			-lcalencommonutils \
                        -lxqservice \
			-lcalenlauncher
			
	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
}

SOURCES += caleneditor.cpp \
					caleneditorcustomitem.cpp \
					caleneditor_p.cpp \
					caleneditordocloader.cpp \
					caleneditorreminderfield.cpp \
					caleneditorrepeatfield.cpp \
					caleneditordatahandler.cpp
					
HEADERS += caleneditor.h \
            caleneditorcustomitem.h \
            caleneditorcommon.h \
            caleneditordocloader.h \
            caleneditor_p.h \
            caleneditorreminderfield.h \
            caleneditorrepeatfield.h \
            caleneditordatahandler.h
            
RESOURCES += caleneditor.qrc

TRANSLATIONS += caleneditor.ts

# End of file	--Don't remove this.