calendarui/views/views.pro
author hgs
Mon, 28 Jun 2010 15:22:02 +0530
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 51 0b38fc5b94c6
permissions -rw-r--r--
201025

#
# Copyright (c) 2008-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:  Project definition file for calendar views.
#
TEMPLATE = lib

TARGET = calenviews

DEPENDPATH += ./resources \
			  ./inc \
			  ./src

DEFINES += CALENVIEWS_DLL

INCLUDEPATH += ./inc \
			   ../inc \
			   ../controller/inc \
			   ../cenrep

							
CONFIG += hb

symbian: { 
    LIBS += -leuser \
			-lcalinterimapi \
			-lcalencommonutils \
			-lcalensettings \
			-lagendainterface \
			-lxqsettingsmanager

    TARGET.UID3 = 0x10282F26
    TARGET.CAPABILITY = CAP_GENERAL_DLL

		TARGET.EPOCALLOWDLLDATA = 1
		INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    }

# Input
HEADERS += calenmonthview.h \
		   calenmonthdata.h \
		   calenmonthgrid.h \
		   calengriditemprototype.h \
		   calennativeview.h \
		   calenagendaview.h \
		   caleneventlistviewitem.h \
		   calenagendaviewwidget.h \
		   calenpreviewpane.h \
		   calensettingsview.h \
		   calenthicklinesdrawer.h \
		   calenpluginlabel.h \
		   calentodayindicatorlinedrawer.h
	
SOURCES += calenmonthview.cpp \
           calenmonthdata.cpp \
           calenmonthgrid.cpp \
           calengriditemprototype.cpp \
           calennativeview.cpp \
           calenagendaview.cpp \
           caleneventlistviewitem.cpp \
           calenagendaviewwidget.cpp \
           calenpreviewpane.cpp \
           calensettingsview.cpp \
           calenthicklinesdrawer.cpp \
		   calenpluginlabel.cpp \
		   calentodayindicatorlinedrawer.cpp

RESOURCES += calenresources.qrc

include(dayview/dayview.pri)

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