videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackview/testvideoplaybackview.pro
changeset 15 cf5481c2bc0b
child 17 69946d1824c4
equal deleted inserted replaced
2:dec420019252 15:cf5481c2bc0b
       
     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: 6 %
       
    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 += -lmpxplaybackutility.dll \
       
    35         -lmpxcommon.dll \
       
    36         -lmpxviewplugin.dll \
       
    37         -lcone.dll \
       
    38         -lws32.dll \
       
    39         -lestor.dll \
       
    40         -leuser.dll \
       
    41         -lcommonengine.dll \
       
    42         -lavkon.dll \
       
    43         -lefsrv.dll \
       
    44         -lflogger.dll \
       
    45         -lsysutil.dll \
       
    46         -lmpxcollectionutility.dll \
       
    47         -lremconcoreapi.dll \
       
    48         -lremconInterfacebase.dll \
       
    49         -lhal.dll \
       
    50         -lcentralrepository.dll
       
    51         
       
    52         
       
    53 # Input
       
    54 HEADERS += stub/inc/mpxvideoviewwrapper.h \					 
       
    55            inc/testvideoplaybackview.h \
       
    56            ../../../inc/hbvideobaseplaybackview.h \
       
    57            ../../../inc/hbvideoplaybackview.h \
       
    58            ../../inc/mpxvideoplaybackviewfiledetails.h
       
    59            
       
    60            
       
    61            
       
    62                
       
    63 SOURCES += stub/src/mpxvideoviewwrapper.cpp \					 				 
       
    64 					 src/testvideoplaybackview.cpp \
       
    65 					 ../../viewsrc/hbvideobaseplaybackview.cpp \
       
    66 					 ../../viewsrc/hbvideoplaybackview.cpp \
       
    67 			     ../../viewsrc/mpxvideoplaybackviewfiledetails.cpp