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