videoplayback/hbvideoplaybackview/tsrc/testvideodisplayhandler/testvideodisplayhandler.pro
changeset 30 4f111d64a341
child 17 69946d1824c4
equal deleted inserted replaced
2:dec420019252 30:4f111d64a341
       
     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: 1 %
       
    18 
       
    19 TEMPLATE = app
       
    20 TARGET = testvideodisplayhandler
       
    21 CONFIG += qtestlib hb qt
       
    22 DEFINES += BUILD_VIDEOPLAYBACK_DLL
       
    23 
       
    24 DEPENDPATH += . \
       
    25     inc \
       
    26     src
       
    27 
       
    28 INCLUDEPATH += ../../../inc \
       
    29                ../../../../inc \
       
    30                ../../controlinc \
       
    31                $$MW_LAYER_SYSTEMINCLUDE 
       
    32 
       
    33 LIBS += -lmpxplaybackutility.dll \
       
    34         -lmpxcommon.dll \
       
    35         -lestor.dll \
       
    36         -lsysutil.dll        
       
    37                 
       
    38 # Input
       
    39 HEADERS += stub/inc/mpxvideoviewwrapper.h \
       
    40            stub/inc/hbvideobaseplaybackview.h \
       
    41            stub/inc/mpxvideoplaybackviewfiledetails.h \
       
    42            stub/inc/mpxvideocontainer.h \
       
    43            stub/inc/alfcompositionutility.h \
       
    44            stub/inc/mediaclientvideodisplay.h \
       
    45            inc/testvideodisplayhandler.h \
       
    46            ../../viewinc/mpxvideoplaybackdisplayhandler.h
       
    47                                                 
       
    48 SOURCES += stub/src/mpxvideoviewwrapper.cpp \					 				 
       
    49            stub/src/hbvideobaseplaybackview.cpp \
       
    50            stub/src/mpxvideoplaybackviewfiledetails.cpp \
       
    51            stub/src/mpxvideocontainer.cpp \
       
    52            stub/src/alfcompositionutility.cpp \
       
    53            stub/src/mediaclientvideodisplay.cpp \
       
    54 		       src/testvideodisplayhandler.cpp \
       
    55 		       ../../viewsrc/mpxvideoplaybackdisplayhandler.cpp