diff -r 3738fe97f027 -r 8aed59de29f9 videoplayerapp/videoplayerengine/tsrc/testvideoappuiengine/testvideoappuiengine.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/videoplayerapp/videoplayerengine/tsrc/testvideoappuiengine/testvideoappuiengine.pro Fri Apr 16 18:13:14 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