organizer_plat/notes_editor_api/tsrc/unittest_noteseditorplugin/unittest_noteseditorplugin.pro
changeset 45 b6db4fd4947b
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 "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 = utnoteseditorplugin
       
    20 CONFIG += \
       
    21 		qtestlib \
       
    22 		symbian_test \
       
    23 		hb
       
    24 
       
    25 DEPENDPATH += \
       
    26 		. \
       
    27 		./src
       
    28 
       
    29 INCLUDEPATH += .
       
    30 
       
    31 symbian: {
       
    32 	TARGET.CAPABILITY = ALL -TCB
       
    33 	TARGET.EPOCALLOWDLLDATA = 1
       
    34 	TARGET.UID3 = 0xE3883256
       
    35 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    36 	
       
    37 	LIBS += \
       
    38 		-lagendainterface
       
    39 		
       
    40 	BLD_INF_RULES.prj_testexports += \
       
    41 	"../rom/unit_noteseditorplugin.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(unit_noteseditorplugin.iby)"
       
    42 }
       
    43 
       
    44 SOURCES += \
       
    45 		unittest_noteseditorplugin.cpp \
       
    46 		main.cpp
       
    47 
       
    48 HEADERS += \
       
    49 		./inc/unittest_noteseditorplugin.h
       
    50 
       
    51 # End of file	--Don't remove this.