notes/notesui/notesappcontroller/notesappcontroller.pro
branchRCL_3
changeset 29 12af337248b1
equal deleted inserted replaced
28:96907930389d 29:12af337248b1
       
     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: 
       
    15 # This is the project specification file for the
       
    16 # notesappcontroller component.
       
    17 #
       
    18 
       
    19 TEMPLATE = lib
       
    20 TARGET = notesappcontroller
       
    21 DEFINES += NOTESAPPCONTROLLER_LIB
       
    22 
       
    23 DEPENDPATH += \
       
    24 		./inc \
       
    25 		./src
       
    26 
       
    27 INCLUDEPATH += \
       
    28 		./inc \
       
    29 		../notesviewmanager/inc \
       
    30 		../notesmodelhandler/inc \
       
    31 		../inc \
       
    32 		../../inc \
       
    33 		./traces
       
    34 
       
    35 symbian: {
       
    36 	TARGET.CAPABILITY = ALL -TCB
       
    37 	TARGET.EPOCALLOWDLLDATA = 1
       
    38 	TARGET.UID3 = 0x2002BCDB
       
    39 
       
    40 	LIBS += \
       
    41 		-lnotesviewmanager \
       
    42 		-lnotesmodelhandler
       
    43 }
       
    44 
       
    45 SOURCES += \
       
    46 		notesappcontroller.cpp \
       
    47 		notesappcontrollerifimpl.cpp
       
    48 
       
    49 HEADERS += \
       
    50 		notesappcontroller.h \
       
    51 		notesappcontrollerdefines.h \
       
    52 		notesappcontrollerif.h \
       
    53 		notesappcontrollerifimpl.h
       
    54 
       
    55 # End of file   --Don't remove this.