videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/testvideoplayerengine.pro
branchRCL_3
changeset 22 839377eedc2b
equal deleted inserted replaced
21:315810614048 22:839377eedc2b
       
     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#14 %
       
    18 
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = testvideoplayerengine
       
    22 DEFINES += BUILD_VIDEOPLAYERAPP_DLL
       
    23 
       
    24 DEPENDPATH += inc src stub/src stub/inc
       
    25 
       
    26 INCLUDEPATH +=stub/inc \
       
    27               ../../../../inc
       
    28 
       
    29 CONFIG += qtestlib hb qt
       
    30 
       
    31 LIBS += -lxqserviceutil.dll
       
    32 
       
    33 
       
    34 # Input
       
    35 HEADERS += videoplaybackwrapper.h \
       
    36            xqserviceutil.h \
       
    37            mpxviewpluginqt.h \
       
    38            testviewplugin.h \
       
    39            xqpluginloader.h \
       
    40            xqplugininfo.h \
       
    41            hbinstance.h \
       
    42            testvideoplayerengine.h \
       
    43            videoservices.h \
       
    44            videoserviceurifetch.h \
       
    45            videoserviceplay.h \
       
    46            videoserviceview.h \
       
    47            hbview.h \
       
    48            videoactivitystate.h \
       
    49            ../../../../inc/videoplayerengine.h
       
    50 
       
    51 SOURCES += videoplaybackwrapper.cpp \
       
    52            xqserviceutil.cpp \
       
    53            testviewplugin.cpp \
       
    54            xqpluginloader.cpp \
       
    55            hbinstance.cpp \
       
    56            testvideoplayerengine.cpp \
       
    57            videoservices.cpp \
       
    58            videoserviceurifetch.cpp \
       
    59            videoserviceplay.cpp \
       
    60            videoserviceview.cpp \
       
    61            videoactivitystate.cpp \
       
    62            ../../src/videoplayerengine.cpp