videoplayback/videoplaybackview/tsrc/testvideodisplayhandler/testvideodisplayhandler.pro
changeset 44 518105d52e45
child 50 21fe8338c6bf
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 # 
       
    14 # Description: Project file for building Videoplayer components
       
    15 #
       
    16 #
       
    17 # Version : %version: 4 %
       
    18 
       
    19 TEMPLATE = app
       
    20 TARGET = testvideodisplayhandler
       
    21 CONFIG += qtestlib hb qt
       
    22 DEFINES += BUILD_VIDEOPLAYBACK_DLL
       
    23 
       
    24 DEPENDPATH += inc src stub/inc stub/src
       
    25 
       
    26 INCLUDEPATH += ../../../inc \
       
    27                ../../../../inc \
       
    28                ../../controlinc \
       
    29                $$MW_LAYER_SYSTEMINCLUDE 
       
    30 
       
    31 LIBS += -lmpxplaybackutility.dll \
       
    32         -lmpxcommon.dll \
       
    33         -lestor.dll \
       
    34         -lsysutil.dll \
       
    35         -lcone.dll \
       
    36         -lefsrv.dll \
       
    37         -lws32.dll \
       
    38         -lgdi.dll
       
    39                 
       
    40 # Input
       
    41 HEADERS += mpxvideoviewwrapper.h \
       
    42            videobaseplaybackview.h \
       
    43            videoplaybackviewfiledetails.h \
       
    44            mpxvideocontainer.h \
       
    45            alfcompositionutility.h \
       
    46            mediaclientvideodisplay.h \
       
    47            testvideodisplayhandler.h \
       
    48            ../../viewinc/mpxvideoplaybackdisplayhandler.h
       
    49                                                 
       
    50 SOURCES += mpxvideoviewwrapper.cpp \					 				
       
    51            videobaseplaybackview.cpp \
       
    52            videoplaybackviewfiledetails.cpp \
       
    53            mpxvideocontainer.cpp \
       
    54            alfcompositionutility.cpp \
       
    55            mediaclientvideodisplay.cpp \
       
    56            testvideodisplayhandler.cpp \
       
    57            ../../viewsrc/mpxvideoplaybackdisplayhandler.cpp