calendarui/agendaeventviewer/agendaeventviewer.pro
changeset 18 c198609911f9
child 23 fd30d51f876b
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     1 #
       
     2 # Copyright (c) 2010 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: 
       
    15 # Project specification file for Agenda Event Viewer.
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 CONFIG += hb
       
    20 TARGET = agendaeventviewer
       
    21 DEFINES += AGENDAEVENTVIEWER_LIB
       
    22 
       
    23 INCLUDEPATH += \
       
    24 		. \
       
    25 		./src \
       
    26 		./inc \
       
    27 		../inc
       
    28 		
       
    29 		
       
    30 		
       
    31 DEPENDPATH += \
       
    32 		. \
       
    33 		./src \
       
    34 		./inc \
       
    35 		./data
       
    36 
       
    37 symbian: {
       
    38 
       
    39 BLD_INF_RULES.prj_exports += \
       
    40 				"./inc/agendaeventviewer.h  |../inc/agendaeventviewer.h" \
       
    41 				"./inc/agendaeventviewer.h  |../../inc/agendaeventviewer.h"
       
    42 				
       
    43 	TARGET.CAPABILITY = ALL -TCB
       
    44 	TARGET.EPOCALLOWDLLDATA = 1
       
    45 	TARGET.UID3 = 0x2002C367
       
    46 	
       
    47 	
       
    48 	LIBS += -lagendainterface \
       
    49 			-lnoteseditor \
       
    50 			-lcaleneditor \
       
    51 			-lcalencommonutils
       
    52 
       
    53 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    54 }
       
    55 
       
    56 SOURCES += \
       
    57 		agendaeventviewer.cpp \
       
    58 		agendaeventviewer_p.cpp \
       
    59 		agendaeventview.cpp \
       
    60 		agendaeventviewerdocloader.cpp \
       
    61 		agendaeventvieweritem.cpp
       
    62 		
       
    63 HEADERS += \
       
    64 		agendaeventviewer.h \
       
    65 		agendaeventviewer_p.h \
       
    66 		agendaeventview.h \
       
    67 		agendaeventviewercommon.h \ 
       
    68 		agendaeventviewerdocloader.h \
       
    69 		agendaeventvieweritem.h
       
    70 				
       
    71 RESOURCES += \
       
    72 		agendaeventviewer.qrc
       
    73 
       
    74 # End of file	--Don't remove this.