videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/testvideoplayerengine.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: da1mmcf#9 %
       
    18 
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = testvideoplayerengine
       
    22 DEFINES += BUILD_VIDEOPLAYERAPP_DLL
       
    23 
       
    24 DEPENDPATH += . \
       
    25     inc \
       
    26     src
       
    27 
       
    28 INCLUDEPATH += . \
       
    29               stub/inc \
       
    30               /epoc32/include \
       
    31               /epoc32/include/stdapis \
       
    32               /epoc32/include/stdapis/sys \
       
    33               ../../inc \
       
    34               ../../../../inc
       
    35 
       
    36 CONFIG += qtestlib hb qt
       
    37 
       
    38 LIBS += -lestor.dll \
       
    39     -lfbscli.dll \
       
    40     -lbitgdi.dll \
       
    41     -lgdi.dll \
       
    42     -lxqserviceutil.dll
       
    43 
       
    44 
       
    45 # Input
       
    46 HEADERS += stub/inc/mpxvideoplaybackwrapper.h \
       
    47            stub/inc/mpxviewpluginqt.h \
       
    48            stub/inc/testviewplugin.h \
       
    49            stub/inc/xqpluginloader.h \
       
    50            stub/inc/xqplugininfo.h \
       
    51            stub/inc/hbinstance.h \
       
    52            inc/testvideoplayerengine.h \
       
    53            stub/inc/videoservices.h \
       
    54            stub/inc/videoserviceurifetch.h \
       
    55            stub/inc/videoserviceplay.h \
       
    56            stub/inc/hbview.h \
       
    57            ../../../../inc/videoplayerengine.h
       
    58 
       
    59 SOURCES += stub/src/mpxvideoplaybackwrapper.cpp \
       
    60            stub/src/testviewplugin.cpp \
       
    61            stub/src/xqpluginloader.cpp \
       
    62            stub/src/hbinstance.cpp \
       
    63            src/testvideoplayerengine.cpp \
       
    64            stub/src/videoservices.cpp \
       
    65            stub/src/videoserviceurifetch.cpp \
       
    66            stub/src/videoserviceplay.cpp \
       
    67            ../../src/videoplayerengine.cpp