notes/tsrc/unittest_notesmodel/unittest_notesmodel.pro
changeset 45 b6db4fd4947b
child 55 2c54b51f39c4
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
       
     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 the License "Symbian Foundation License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.symbianfoundation.org/legal/sfl-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 unittest_notesmodel.
       
    16 # 
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET = utnotesmodel
       
    20 CONFIG += qtestlib
       
    21 CONFIG += symbian_test
       
    22 DEPENDPATH += \
       
    23 		. \
       
    24 		./src
       
    25 INCLUDEPATH += \
       
    26 		. \
       
    27 		../../notesui/notesmodel/inc \
       
    28 		../../../agendainterface/agendautil/inc \
       
    29 		../../inc
       
    30 
       
    31 symbian: {
       
    32 	TARGET.CAPABILITY = ALL -TCB
       
    33 	TARGET.EPOCALLOWDLLDATA = 1
       
    34 	TARGET.UID3 = 0xEADA6E32
       
    35 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    36 	
       
    37 	LIBS += \
       
    38 		-lnotesmodel \
       
    39 		-lagendainterface
       
    40 }
       
    41 
       
    42 SOURCES += \
       
    43 		unittest_notesmodel.cpp
       
    44 
       
    45 # End of file	--Don't remove this