videoplayback/hbvideoplaybackview/tsrc/testmpxvideoviewwrapper/testmpxvideoviewwrapper.pro
changeset 36 8aed59de29f9
child 39 f6d44a0cd476
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
       
     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: 5 %
       
    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 += ../inc \
       
    27                ../../inc \   
       
    28                ../../../inc \            
       
    29                ../../../../inc \                                          
       
    30                ../../controlinc \ 
       
    31                ../../viewinc \ 
       
    32                $$MW_LAYER_SYSTEMINCLUDE                                            
       
    33 
       
    34 LIBS += -lmpxcommon.dll \
       
    35         -lflogger.dll \
       
    36         -lmpxcollectionutility.dll \
       
    37         -lcone.dll \
       
    38         -lws32.dll
       
    39 
       
    40 # Input
       
    41 HEADERS += testmpxvideoviewwrapper.h \
       
    42            stub/inc/hbvideobaseplaybackview.h  \
       
    43            mpxvideoplaybackuserinputhandler.h \
       
    44            mpxvideoplaybackcontrolscontroller.h \           
       
    45            mpxvideoplaybackviewfiledetails.h \
       
    46            mpxplaybackutilityimpl.h \
       
    47            ../../viewinc/mpxvideoviewwrapper.h
       
    48 					                
       
    49 SOURCES += testmpxvideoviewwrapper.cpp \
       
    50             stub/src/hbvideobaseplaybackview.cpp \
       
    51             mpxvideoplaybackdisplayhandler.cpp \					 
       
    52             mpxvideoplaybackviewfiledetails.cpp \
       
    53             mpxvideoplaybackcontrolscontroller.cpp \
       
    54             mpxplaybackutility.cpp \
       
    55             mpxplaybackutilityimpl.cpp \
       
    56             mpxvideoplaybackuserinputhandler.cpp \
       
    57             ../../viewsrc/mpxvideoviewwrapper.cpp