mpviewplugins/mpdetailsviewplugin/tsrc/unittest_mpquerymanager/unittest_mpquerymanager.pro
changeset 35 fdb31ab341af
child 32 c163ef0b758d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpviewplugins/mpdetailsviewplugin/tsrc/unittest_mpquerymanager/unittest_mpquerymanager.pro	Fri May 14 18:54:37 2010 -0500
@@ -0,0 +1,44 @@
+#
+# 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: Unit test for mpquerymanager
+#
+
+TEMPLATE = app
+CONFIG += qtestlib \
+		 symbian_test \
+		hb
+QT += webkit \
+    network \
+    xml
+
+TARGET = 
+DEPENDPATH += . 
+INCLUDEPATH += ./stub/inc \
+	       ../../inc \
+	       ../../../../inc
+	       
+
+INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+
+LIBS += -lqtbearer.dll
+
+# Input
+HEADERS += inc/unittest_mpquerymanager.h \
+		   ../../inc/mpquerymanager.h 
+	       
+
+SOURCES += src/unittest_mpquerymanager.cpp \
+	       ../../src/mpquerymanager.cpp
+
+