calendarui/caleneditor/caleneditor.pro
changeset 18 c198609911f9
child 23 fd30d51f876b
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     1 #  
       
     2 #  Copyright (c) 2008 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: This is the project specification file for the calendar editor
       
    15 #  project.
       
    16 #  
       
    17 
       
    18 TEMPLATE = lib
       
    19 CONFIG += hb
       
    20 TARGET = caleneditor
       
    21 DEFINES += CALENEDITOR_LIB
       
    22 INCLUDEPATH += ./src \
       
    23 			./inc \
       
    24 			..\inc
       
    25 DEPENDPATH += ./src \
       
    26 			  ./inc \
       
    27 			  ./data
       
    28 
       
    29 symbian: {
       
    30 	BLD_INF_RULES.prj_exports += \
       
    31 				"./inc/caleneditor.h  |../inc/caleneditor.h"
       
    32 				
       
    33 				
       
    34 	TARGET.UID3 = 0x10207198
       
    35 	TARGET.CAPABILITY += ALL -TCB
       
    36 	TARGET.EPOCALLOWDLLDATA = 1
       
    37 	
       
    38 	LIBS += -lagendainterface \
       
    39 			-lcalencommonutils \
       
    40 			-lcalenlauncher
       
    41 			
       
    42 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    43 }
       
    44 
       
    45 SOURCES += caleneditor.cpp \
       
    46 					 caleneditorcustomitem.cpp \
       
    47 					  caleneditor_p.cpp \
       
    48 					caleneditordocloader.cpp
       
    49 		   
       
    50 HEADERS += caleneditor.h \
       
    51 		   caleneditorcustomitem.h \
       
    52  caleneditorcommon.h \
       
    53 		   caleneditordocloader.h \
       
    54 		    caleneditor_p.h
       
    55 		   
       
    56 RESOURCES += caleneditor.qrc		   
       
    57 		   
       
    58 # End of file	--Don't remove this.