videoplayback/videoplaybackview/tsrc/testmpxvideoviewwrapper/testmpxvideoviewwrapper.pro
changeset 44 518105d52e45
child 55 4bfa887905cf
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 testmpxvideoviewwrapper
       
    15 #
       
    16 #
       
    17 # Version : %version: 9 %
       
    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 
       
    32 LIBS += -lmpxcommon.dll \
       
    33         -lflogger.dll \
       
    34         -lcone.dll \
       
    35         -lws32.dll
       
    36 
       
    37 # Input
       
    38 HEADERS += testmpxvideoviewwrapper.h \
       
    39            stub/inc/videobaseplaybackview.h  \
       
    40            mpxvideoplaybackuserinputhandler.h \
       
    41            videoplaybackcontrolscontroller.h \           
       
    42            videoplaybackviewfiledetails.h \
       
    43            mpxplaybackutility.h \
       
    44            mpxcollectionutility.h \
       
    45            mpxcollectionplaylist.h \
       
    46            ../../viewinc/mpxvideoviewwrapper.h
       
    47 					                
       
    48 SOURCES += testmpxvideoviewwrapper.cpp \
       
    49            stub/src/videobaseplaybackview.cpp \
       
    50            mpxvideoplaybackdisplayhandler.cpp \					 
       
    51            videoplaybackviewfiledetails.cpp \
       
    52            videoplaybackcontrolscontroller.cpp \
       
    53            mpxplaybackutility.cpp \
       
    54            mpxcollectionutility.cpp \
       
    55            mpxcollectionplaylist.cpp \
       
    56            mpxvideoplaybackuserinputhandler.cpp \
       
    57            ../../viewsrc/mpxvideoviewwrapper.cpp