organizer_plat/notes_editor_api/tsrc/unittest_noteseditor/unittest_noteseditor.pro
branchGCC_SURGE
changeset 54 e6894b852bc6
parent 40 4b686cfad39d
parent 53 e08ac1a3ba2b
--- a/organizer_plat/notes_editor_api/tsrc/unittest_noteseditor/unittest_noteseditor.pro	Tue Jun 15 15:22:54 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-#
-# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
-# All rights reserved.
-# This component and the accompanying materials are made available
-# under the terms of "Eclipse Public License v1.0"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-# 
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-# 
-# Contributors: 
-# 
-# Description: 
-# Project specification file for noteseditor unit test.
-#
-
-TEMPLATE = app
-TARGET = utnoteseditor
-CONFIG += \
-		qtestlib \
-		symbian_test \
-		hb
-
-DEPENDPATH += \
-		. \
-		./src
-
-INCLUDEPATH += .
-INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
-
-symbian: {
-	TARGET.CAPABILITY = ALL -TCB
-	TARGET.EPOCALLOWDLLDATA = 1
-	
-	LIBS += \
-		-lnoteseditor \
-		-lagendainterface
-}
-
-SOURCES += \
-		unittest_noteseditor.cpp \
-		main.cpp
-
-HEADERS += \
-		./inc/unittest_noteseditor.h
-
-# End of file	--Don't remove this.