videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/testvideoplayerengine.pro
changeset 52 e3cecb93e76a
parent 46 adbe7d5ba2f5
child 62 0e1e938beb1a
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
    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#13 %
    17 # Version : %version: da1mmcf#14 %
    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
    30 
    30 
    31 LIBS += -lxqserviceutil.dll
    31 LIBS += -lxqserviceutil.dll
    32 
    32 
    33 
    33 
    34 # Input
    34 # Input
    35 HEADERS += mpxvideoplaybackwrapper.h \
    35 HEADERS += videoplaybackwrapper.h \
    36            xqserviceutil.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 \
    46            videoserviceview.h \
    46            videoserviceview.h \
    47            hbview.h \
    47            hbview.h \
    48            videoactivitystate.h \
    48            videoactivitystate.h \
    49            ../../../../inc/videoplayerengine.h
    49            ../../../../inc/videoplayerengine.h
    50 
    50 
    51 SOURCES += mpxvideoplaybackwrapper.cpp \
    51 SOURCES += videoplaybackwrapper.cpp \
    52            xqserviceutil.cpp \
    52            xqserviceutil.cpp \
    53            testviewplugin.cpp \
    53            testviewplugin.cpp \
    54            xqpluginloader.cpp \
    54            xqpluginloader.cpp \
    55            hbinstance.cpp \
    55            hbinstance.cpp \
    56            testvideoplayerengine.cpp \
    56            testvideoplayerengine.cpp \