videoplayback/hbvideoplaybackview/tsrc/testvideodisplayhandler/testvideodisplayhandler.pro
changeset 15 cf5481c2bc0b
child 17 69946d1824c4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/videoplayback/hbvideoplaybackview/tsrc/testvideodisplayhandler/testvideodisplayhandler.pro	Fri Apr 16 14:59:52 2010 +0300
@@ -0,0 +1,55 @@
+#
+# 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: 1 %
+
+TEMPLATE = app
+TARGET = testvideodisplayhandler
+CONFIG += qtestlib hb qt
+DEFINES += BUILD_VIDEOPLAYBACK_DLL
+
+DEPENDPATH += . \
+    inc \
+    src
+
+INCLUDEPATH += ../../../inc \
+               ../../../../inc \
+               ../../controlinc \
+               $$MW_LAYER_SYSTEMINCLUDE 
+
+LIBS += -lmpxplaybackutility.dll \
+        -lmpxcommon.dll \
+        -lestor.dll \
+        -lsysutil.dll        
+                
+# Input
+HEADERS += stub/inc/mpxvideoviewwrapper.h \
+           stub/inc/hbvideobaseplaybackview.h \
+           stub/inc/mpxvideoplaybackviewfiledetails.h \
+           stub/inc/mpxvideocontainer.h \
+           stub/inc/alfcompositionutility.h \
+           stub/inc/mediaclientvideodisplay.h \
+           inc/testvideodisplayhandler.h \
+           ../../viewinc/mpxvideoplaybackdisplayhandler.h
+                                                
+SOURCES += stub/src/mpxvideoviewwrapper.cpp \					 				 
+           stub/src/hbvideobaseplaybackview.cpp \
+           stub/src/mpxvideoplaybackviewfiledetails.cpp \
+           stub/src/mpxvideocontainer.cpp \
+           stub/src/alfcompositionutility.cpp \
+           stub/src/mediaclientvideodisplay.cpp \
+		       src/testvideodisplayhandler.cpp \
+		       ../../viewsrc/mpxvideoplaybackdisplayhandler.cpp