organizer_plat/notes_editor_api/tsrc/unittest_noteseditor/unittest_noteseditor.pro
changeset 49 5de72ea7a065
parent 37 360d55486d7f
child 50 579cc610882e
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
     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 # Project specification file for noteseditor unit test.
       
    16 #
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET = utnoteseditor
       
    20 CONFIG += \
       
    21 		qtestlib \
       
    22 		symbian_test \
       
    23 		hb
       
    24 
       
    25 DEPENDPATH += \
       
    26 		. \
       
    27 		./src
       
    28 
       
    29 INCLUDEPATH += .
       
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 symbian: {
       
    33 	TARGET.CAPABILITY = ALL -TCB
       
    34 	TARGET.EPOCALLOWDLLDATA = 1
       
    35 	
       
    36 	LIBS += \
       
    37 		-lnoteseditor \
       
    38 		-lagendainterface
       
    39 }
       
    40 
       
    41 SOURCES += \
       
    42 		unittest_noteseditor.cpp \
       
    43 		main.cpp
       
    44 
       
    45 HEADERS += \
       
    46 		./inc/unittest_noteseditor.h
       
    47 
       
    48 # End of file	--Don't remove this.