videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/testvideoplayerengine.pro
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 40 13331705e488
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    12 # Contributors:
    12 # Contributors:
    13 # 
    13 # 
    14 # Description: Project file for building Videoplayer components
    14 # Description: Project file for building Videoplayer components
    15 #
    15 #
    16 #
    16 #
    17 # Version : %version: da1mmcf#9 %
    17 # Version : %version: da1mmcf#11 %
    18 
    18 
    19 
    19 
    20 TEMPLATE = app
    20 TEMPLATE = app
    21 TARGET = testvideoplayerengine
    21 TARGET = testvideoplayerengine
    22 DEFINES += BUILD_VIDEOPLAYERAPP_DLL
    22 DEFINES += BUILD_VIDEOPLAYERAPP_DLL
    23 
    23 
    24 DEPENDPATH += . \
    24 DEPENDPATH += inc src stub/src stub/inc
    25     inc \
       
    26     src
       
    27 
    25 
    28 INCLUDEPATH += . \
    26 INCLUDEPATH +=stub/inc \
    29               stub/inc \
    27               $$MW_LAYER_SYSTEMINCLUDE \
    30               /epoc32/include \
       
    31               /epoc32/include/stdapis \
       
    32               /epoc32/include/stdapis/sys \
       
    33               ../../inc \
       
    34               ../../../../inc
    28               ../../../../inc
    35 
    29 
    36 CONFIG += qtestlib hb qt
    30 CONFIG += qtestlib hb qt
    37 
    31 
    38 LIBS += -lestor.dll \
    32 LIBS += -lxqserviceutil.dll
    39     -lfbscli.dll \
       
    40     -lbitgdi.dll \
       
    41     -lgdi.dll \
       
    42     -lxqserviceutil.dll
       
    43 
    33 
    44 
    34 
    45 # Input
    35 # Input
    46 HEADERS += stub/inc/mpxvideoplaybackwrapper.h \
    36 HEADERS += mpxvideoplaybackwrapper.h \
    47            stub/inc/mpxviewpluginqt.h \
    37            mpxviewpluginqt.h \
    48            stub/inc/testviewplugin.h \
    38            testviewplugin.h \
    49            stub/inc/xqpluginloader.h \
    39            xqpluginloader.h \
    50            stub/inc/xqplugininfo.h \
    40            xqplugininfo.h \
    51            stub/inc/hbinstance.h \
    41            hbinstance.h \
    52            inc/testvideoplayerengine.h \
    42            testvideoplayerengine.h \
    53            stub/inc/videoservices.h \
    43            videoservices.h \
    54            stub/inc/videoserviceurifetch.h \
    44            videoserviceurifetch.h \
    55            stub/inc/videoserviceplay.h \
    45            videoserviceplay.h \
    56            stub/inc/hbview.h \
    46            videoserviceview.h \
       
    47            hbview.h \
    57            ../../../../inc/videoplayerengine.h
    48            ../../../../inc/videoplayerengine.h
    58 
    49 
    59 SOURCES += stub/src/mpxvideoplaybackwrapper.cpp \
    50 SOURCES += mpxvideoplaybackwrapper.cpp \
    60            stub/src/testviewplugin.cpp \
    51            testviewplugin.cpp \
    61            stub/src/xqpluginloader.cpp \
    52            xqpluginloader.cpp \
    62            stub/src/hbinstance.cpp \
    53            hbinstance.cpp \
    63            src/testvideoplayerengine.cpp \
    54            testvideoplayerengine.cpp \
    64            stub/src/videoservices.cpp \
    55            videoservices.cpp \
    65            stub/src/videoserviceurifetch.cpp \
    56            videoserviceurifetch.cpp \
    66            stub/src/videoserviceplay.cpp \
    57            videoserviceplay.cpp \
       
    58            videoserviceview.cpp \
    67            ../../src/videoplayerengine.cpp
    59            ../../src/videoplayerengine.cpp