mpviewplugins/mpplaybackviewplugin/tsrc/unittest_mpplaybackwidget/unittest_mpplaybackwidget.pro
changeset 47 4cc1412daed0
child 59 cd9e40a08dda
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpviewplugins/mpplaybackviewplugin/tsrc/unittest_mpplaybackwidget/unittest_mpplaybackwidget.pro	Fri Aug 06 16:51:36 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: mpplaybackwidget unit test project file.
+#
+
+TEMPLATE = app
+CONFIG += qtestlib hb symbian_test
+TARGET = unittest_mpplaybackwidget
+TARGET.CAPABILITY = CAP_APPLICATION
+
+DEPENDPATH += .
+INCLUDEPATH += . \
+               stub/inc \
+               ../../inc \
+               ../../../../inc
+INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
+
+LIBS += -lmpxviewframeworkqt.dll
+
+HEADERS += inc/unittest_mpplaybackwidget.h \
+		   stub/inc/mpplaybackdata.h \
+		   stub/inc/mpalbumcoverwidget.h \
+		   stub/inc/mpplaybackdocumentloader.h \
+           ../../inc/mpplaybackwidget.h
+           
+
+SOURCES += src/unittest_mpplaybackwidget.cpp \
+  		   stub/src/mpplaybackdata.cpp \
+  		   stub/src/mpalbumcoverwidget.cpp \
+  		   stub/src/mpplaybackdocumentloader.cpp \
+		   ../../src/mpplaybackwidget.cpp
+
+RESOURCES += ../../resources/mpplaybackviewpluginresources.qrc
\ No newline at end of file