videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/testvideoplayerengine.pro
changeset 46 adbe7d5ba2f5
parent 17 69946d1824c4
child 52 e3cecb93e76a
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
    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#11 %
    17 # Version : %version: da1mmcf#13 %
    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 += inc src stub/src stub/inc
    24 DEPENDPATH += inc src stub/src stub/inc
    25 
    25 
    26 INCLUDEPATH +=stub/inc \
    26 INCLUDEPATH +=stub/inc \
    27               $$MW_LAYER_SYSTEMINCLUDE \
       
    28               ../../../../inc
    27               ../../../../inc
    29 
    28 
    30 CONFIG += qtestlib hb qt
    29 CONFIG += qtestlib hb qt
    31 
    30 
    32 LIBS += -lxqserviceutil.dll
    31 LIBS += -lxqserviceutil.dll
    33 
    32 
    34 
    33 
    35 # Input
    34 # Input
    36 HEADERS += mpxvideoplaybackwrapper.h \
    35 HEADERS += mpxvideoplaybackwrapper.h \
       
    36            xqserviceutil.h \
    37            mpxviewpluginqt.h \
    37            mpxviewpluginqt.h \
    38            testviewplugin.h \
    38            testviewplugin.h \
    39            xqpluginloader.h \
    39            xqpluginloader.h \
    40            xqplugininfo.h \
    40            xqplugininfo.h \
    41            hbinstance.h \
    41            hbinstance.h \
    43            videoservices.h \
    43            videoservices.h \
    44            videoserviceurifetch.h \
    44            videoserviceurifetch.h \
    45            videoserviceplay.h \
    45            videoserviceplay.h \
    46            videoserviceview.h \
    46            videoserviceview.h \
    47            hbview.h \
    47            hbview.h \
       
    48            videoactivitystate.h \
    48            ../../../../inc/videoplayerengine.h
    49            ../../../../inc/videoplayerengine.h
    49 
    50 
    50 SOURCES += mpxvideoplaybackwrapper.cpp \
    51 SOURCES += mpxvideoplaybackwrapper.cpp \
       
    52            xqserviceutil.cpp \
    51            testviewplugin.cpp \
    53            testviewplugin.cpp \
    52            xqpluginloader.cpp \
    54            xqpluginloader.cpp \
    53            hbinstance.cpp \
    55            hbinstance.cpp \
    54            testvideoplayerengine.cpp \
    56            testvideoplayerengine.cpp \
    55            videoservices.cpp \
    57            videoservices.cpp \
    56            videoserviceurifetch.cpp \
    58            videoserviceurifetch.cpp \
    57            videoserviceplay.cpp \
    59            videoserviceplay.cpp \
    58            videoserviceview.cpp \
    60            videoserviceview.cpp \
       
    61            videoactivitystate.cpp \
    59            ../../src/videoplayerengine.cpp
    62            ../../src/videoplayerengine.cpp