calendarui/views/views.pro
changeset 18 c198609911f9
child 23 fd30d51f876b
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     1 #
       
     2 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:  Project definition file for calendar views.
       
    15 #
       
    16 TEMPLATE = lib
       
    17 
       
    18 TARGET = calenviews
       
    19 
       
    20 DEPENDPATH += ./resources \
       
    21 			  ./inc \
       
    22 			  ./src
       
    23 
       
    24 DEFINES += CALENVIEWS_DLL
       
    25 
       
    26 INCLUDEPATH += ./inc \
       
    27 			   ../inc \
       
    28 			   ../controller/inc \
       
    29 			   ../cenrep
       
    30 
       
    31 							
       
    32 CONFIG += hb
       
    33 
       
    34 symbian: { 
       
    35     LIBS += -leuser \
       
    36 			-lcalinterimapi \
       
    37 			-lcalencommonutils \
       
    38 			-lcalensettings \
       
    39 			-lagendainterface \
       
    40 			-lxqsettingsmanager \
       
    41 			-lnoteseditor
       
    42     TARGET.UID3 = 0x10282F26
       
    43     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    44 
       
    45 		TARGET.EPOCALLOWDLLDATA = 1
       
    46 		INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    47     }
       
    48 
       
    49 # Input
       
    50 HEADERS += calenmonthview.h \
       
    51 		   calenmonthdata.h \
       
    52 		   calenmonthgrid.h \
       
    53 		   calengriditemprototype.h \
       
    54 		   calengriditem.h \
       
    55 		   calennativeview.h \
       
    56 		   calendayview.h \
       
    57 		   caleneventlistviewitem.h \
       
    58 		   calendayviewwidget.h \
       
    59 		   calenpreviewpane.h \
       
    60 		   calensettingsview.h \
       
    61 		   calenthicklinesdrawer.h
       
    62 	
       
    63 SOURCES += calenmonthview.cpp \
       
    64            calenmonthdata.cpp \
       
    65            calenmonthgrid.cpp \
       
    66            calengriditemprototype.cpp \
       
    67            calengriditem.cpp \
       
    68            calennativeview.cpp \
       
    69            calendayview.cpp \
       
    70            caleneventlistviewitem.cpp \
       
    71            calendayviewwidget.cpp \
       
    72            calenpreviewpane.cpp \
       
    73            calensettingsview.cpp \
       
    74            calenthicklinesdrawer.cpp
       
    75 
       
    76 RESOURCES += calenresources.qrc
       
    77 
       
    78 # End of file	--Don't remove this.
       
    79