notes/notesui/notesmodelhandler/notesmodelhandler.pro
changeset 18 c198609911f9
child 23 fd30d51f876b
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     1 #  
       
     2 # Copyright (c) 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: This is the project specification file for the
       
    15 # notesappcontroller component.
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = notesmodelhandler
       
    20 DEFINES += NOTESMODELHANDLER_LIB
       
    21 
       
    22 DEPENDPATH += \
       
    23 		./inc \
       
    24 		./src
       
    25 
       
    26 INCLUDEPATH += \
       
    27 		../notesmodel/inc \
       
    28 		../../inc
       
    29 
       
    30 symbian: {
       
    31 	TARGET.CAPABILITY = ALL -TCB
       
    32 	TARGET.EPOCALLOWDLLDATA = 1
       
    33 	TARGET.UID3 = 0x2002BCDC
       
    34 	
       
    35 	INCLUDEPATH += ../../../agendainterface/inc
       
    36 	
       
    37 	LIBS += \
       
    38 		-lnotesmodel \
       
    39 		-lagendainterface
       
    40 }
       
    41 
       
    42 SOURCES += \
       
    43 		notesmodelhandler.cpp
       
    44 
       
    45 HEADERS += \
       
    46 		notesmodelhandler.h \
       
    47 		notesmodelhandlerdefines.h
       
    48 
       
    49 # End of file	--Don't remove this.