videoplayerapp/videoplayerengine/tsrc/testvideoappuiengine/testvideoappuiengine.pro
changeset 17 69946d1824c4
child 44 518105d52e45
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/videoplayerapp/videoplayerengine/tsrc/testvideoappuiengine/testvideoappuiengine.pro	Mon May 03 12:32:50 2010 +0300
@@ -0,0 +1,60 @@
+#
+# 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 file for building Videoplayer components
+#
+#
+# Version : %version: 2 %
+
+
+TEMPLATE = app
+TARGET = testvideoappuiengine
+DEFINES += BUILD_VIDEOPLAYERAPP_DLL
+
+INCLUDEPATH += stub/inc \
+               ../../../../inc \
+               $$MW_LAYER_SYSTEMINCLUDE
+              
+DEPENDPATH += stub/inc stub/src inc src
+
+CONFIG += qtestlib hb qt
+
+LIBS += -lmpxcollectionhelper.dll \    
+        -lmpxcommon.dll \
+        -lefsrv.dll \
+        -lcharconv.dll
+
+# Input
+HEADERS += mpxvideoplaybackwrapper.h \
+           testvideoappuiengine.h \
+           mpxcollectionutilityimp_stub.h \
+           mpxplaybackutilityimp_stub.h \
+           hbinstance.h \
+           hbview.h \ 
+           testutilities.h \
+           mpxcollectionplaylist.h \
+           videoplaylistutility.h \
+           ../../inc/mpxvideoplayerappuiengine.h
+
+SOURCES += mpxvideoplaybackwrapper.cpp \
+           coneutils_stub.cpp \
+           mpxcollectionutility_stub.cpp \
+           mpxcollectionutilityimp_stub.cpp \
+           testvideoappuiengine.cpp \
+           mpxplaybackutilityimp_stub.cpp \
+           hbinstance.cpp \
+           testutilities.cpp \
+           mediarecognizer_stub.cpp \
+           mpxcollectionplaylist.cpp \
+           videoplaylistutility.cpp \
+           ../../src/mpxvideoplayerappuiengine.cpp