app/tsrc/unittest_mpmtpinfolink/unittest_mpmtpinfolink.pro
changeset 37 eb79a7c355bf
child 43 0f32e550d9d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/tsrc/unittest_mpmtpinfolink/unittest_mpmtpinfolink.pro	Fri Jun 11 19:36:32 2010 -0500
@@ -0,0 +1,45 @@
+#
+# 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: 
+#
+
+TEMPLATE = app
+CONFIG += qtestlib
+CONFIG += symbian_test
+TARGET = unittest_mpmtpinfolink
+TARGET.CAPABILITY = CAP_APPLICATION
+
+DEPENDPATH += .
+INCLUDEPATH += . \
+               ../../inc \
+               ../../../inc
+
+INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+
+LIBS += -lestor.dll \
+        -lfbscli.dll
+
+HEADERS += inc/unittest_mpmtpinfolink.h \
+           ../../inc/mpmtpinfolink.h \
+           stub/inc/hblabel.h \
+           stub/inc/hbparameterlengthlimiter.h \
+           stub/inc/mpsettingsmanager.h \
+           stub/inc/qdesktopservices.h
+
+SOURCES += src/unittest_mpmtpinfolink.cpp \
+           ../../src/mpmtpinfolink.cpp \
+           stub/src/hblabel.cpp \
+           stub/src/mpsettingsmanager.cpp \
+           stub/src/qdesktopservices.cpp
+