videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackview/testvideoplaybackview.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 Videoplayer components
       
    15 #
       
    16 #
       
    17 # Version : %version: 8 %
       
    18 
       
    19 TEMPLATE = app
       
    20 TARGET = testvideoplaybackview
       
    21 CONFIG += qtestlib hb qt
       
    22 DEFINES += BUILD_VIDEOPLAYBACK_DLL
       
    23 
       
    24 DEPENDPATH += . inc src stub/src stub/inc
       
    25 
       
    26 INCLUDEPATH += stub/inc \
       
    27                ../../inc \
       
    28                ../../../../inc \                          
       
    29                ../../controlinc \
       
    30 
       
    31 LIBS += -lcone.dll \
       
    32         -lcommonengine.dll \
       
    33         -lflogger.dll
       
    34         
       
    35 # Input
       
    36 HEADERS += mpxvideoviewwrapper.h \					 
       
    37            testvideoplaybackview.h \
       
    38            ../../../inc/hbvideobaseplaybackview.h \
       
    39            ../../../inc/hbvideoplaybackview.h \
       
    40            mpxvideoplaybackviewfiledetails.h \
       
    41            hbtapgesture.h \
       
    42            hbpangesture.h
       
    43 
       
    44 SOURCES += mpxvideoviewwrapper.cpp \					 				 
       
    45            testvideoplaybackview.cpp \
       
    46            ../../viewsrc/hbvideobaseplaybackview.cpp \
       
    47            ../../viewsrc/hbvideoplaybackview.cpp \
       
    48            ../../viewsrc/mpxvideoplaybackviewfiledetails.cpp \
       
    49            hbtapgesture.cpp \
       
    50            hbpangesture.cpp