videoplayback/hbvideoplaybackview/tsrc/testmpxvideoviewwrapper/testmpxvideoviewwrapper.pro
changeset 52 e3cecb93e76a
parent 47 45e72b57a2fd
child 59 a76e86df7ccd
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
     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 testmpxvideoviewwrapper
       
    15 #
       
    16 #
       
    17 # Version : %version: 6 %
       
    18 
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = testmpxvideoviewwrapper
       
    22 CONFIG += qtestlib hb qt
       
    23 
       
    24 DEPENDPATH += inc src stub/src stub/inc
       
    25 
       
    26 INCLUDEPATH += stub/inc \
       
    27                ../inc \
       
    28                ../../inc \
       
    29                ../../../inc \
       
    30                ../../../../inc \
       
    31                $$MW_LAYER_SYSTEMINCLUDE                                            
       
    32 
       
    33 LIBS += -lmpxcommon.dll \
       
    34         -lflogger.dll \
       
    35         -lmpxcollectionutility.dll \
       
    36         -lcone.dll \
       
    37         -lws32.dll
       
    38 
       
    39 # Input
       
    40 HEADERS += testmpxvideoviewwrapper.h \
       
    41            stub/inc/hbvideobaseplaybackview.h  \
       
    42            mpxvideoplaybackuserinputhandler.h \
       
    43            mpxvideoplaybackcontrolscontroller.h \           
       
    44            mpxvideoplaybackviewfiledetails.h \
       
    45            mpxplaybackutility.h \
       
    46            ../../viewinc/mpxvideoviewwrapper.h
       
    47 					                
       
    48 SOURCES += testmpxvideoviewwrapper.cpp \
       
    49             stub/src/hbvideobaseplaybackview.cpp \
       
    50             mpxvideoplaybackdisplayhandler.cpp \					 
       
    51             mpxvideoplaybackviewfiledetails.cpp \
       
    52             mpxvideoplaybackcontrolscontroller.cpp \
       
    53             mpxplaybackutility.cpp \
       
    54             mpxvideoplaybackuserinputhandler.cpp \
       
    55             ../../viewsrc/mpxvideoviewwrapper.cpp