videoplayback/videoplaybackview/tsrc/testvideoplaybackview/testvideoplaybackview.pro
changeset 44 518105d52e45
child 63 4707a0db12f6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/videoplayback/videoplaybackview/tsrc/testvideoplaybackview/testvideoplaybackview.pro	Thu Jul 08 13:05:19 2010 +0300
@@ -0,0 +1,52 @@
+#
+# 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: 11 %
+
+TEMPLATE = app
+TARGET = testvideoplaybackview
+CONFIG += qtestlib hb qt
+DEFINES += BUILD_VIDEOPLAYBACK_DLL
+
+DEPENDPATH += . inc src stub/src stub/inc
+
+INCLUDEPATH += stub/inc \
+               ../../inc \
+               ../../../../inc \                          
+               ../../controlinc \
+
+LIBS += -lcone.dll \
+        -lcommonengine.dll \
+        -lflogger.dll
+        
+# Input
+HEADERS += mpxvideoviewwrapper.h \					 
+           testvideoplaybackview.h \
+           ../../../inc/videobaseplaybackview.h \
+           ../../../inc/videoplaybackview.h \
+           videoplaybackviewfiledetails.h \
+           hbtapgesture.h \
+           hbpangesture.h \
+           videoactivitystate.h
+
+SOURCES += mpxvideoviewwrapper.cpp \					 				 
+           testvideoplaybackview.cpp \
+           ../../viewsrc/videobaseplaybackview.cpp \
+           ../../viewsrc/videoplaybackview.cpp \
+           ../../viewsrc/videoplaybackviewfiledetails.cpp \
+           hbtapgesture.cpp \
+           hbpangesture.cpp \
+           videoactivitystate.cpp