videoplayerapp/videoplayerengine/tsrc/testvideoappuiengine/testvideoappuiengine.pro
changeset 36 8aed59de29f9
child 44 518105d52e45
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: 2 %
       
    18 
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = testvideoappuiengine
       
    22 DEFINES += BUILD_VIDEOPLAYERAPP_DLL
       
    23 
       
    24 INCLUDEPATH += stub/inc \
       
    25                ../../../../inc \
       
    26                $$MW_LAYER_SYSTEMINCLUDE
       
    27               
       
    28 DEPENDPATH += stub/inc stub/src inc src
       
    29 
       
    30 CONFIG += qtestlib hb qt
       
    31 
       
    32 LIBS += -lmpxcollectionhelper.dll \    
       
    33         -lmpxcommon.dll \
       
    34         -lefsrv.dll \
       
    35         -lcharconv.dll
       
    36 
       
    37 # Input
       
    38 HEADERS += mpxvideoplaybackwrapper.h \
       
    39            testvideoappuiengine.h \
       
    40            mpxcollectionutilityimp_stub.h \
       
    41            mpxplaybackutilityimp_stub.h \
       
    42            hbinstance.h \
       
    43            hbview.h \ 
       
    44            testutilities.h \
       
    45            mpxcollectionplaylist.h \
       
    46            videoplaylistutility.h \
       
    47            ../../inc/mpxvideoplayerappuiengine.h
       
    48 
       
    49 SOURCES += mpxvideoplaybackwrapper.cpp \
       
    50            coneutils_stub.cpp \
       
    51            mpxcollectionutility_stub.cpp \
       
    52            mpxcollectionutilityimp_stub.cpp \
       
    53            testvideoappuiengine.cpp \
       
    54            mpxplaybackutilityimp_stub.cpp \
       
    55            hbinstance.cpp \
       
    56            testutilities.cpp \
       
    57            mediarecognizer_stub.cpp \
       
    58            mpxcollectionplaylist.cpp \
       
    59            videoplaylistutility.cpp \
       
    60            ../../src/mpxvideoplayerappuiengine.cpp