videoplayerapp/videoplayerengine/tsrc/testvideoappuiengine/testvideoappuiengine.pro
changeset 44 518105d52e45
parent 36 8aed59de29f9
child 58 d2b028fd1f7d
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
    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: 2 %
    17 # Version : %version: 3 %
    18 
    18 
    19 
    19 
    20 TEMPLATE = app
    20 TEMPLATE = app
    21 TARGET = testvideoappuiengine
    21 TARGET = testvideoappuiengine
    22 DEFINES += BUILD_VIDEOPLAYERAPP_DLL
    22 DEFINES += BUILD_VIDEOPLAYERAPP_DLL
    33         -lmpxcommon.dll \
    33         -lmpxcommon.dll \
    34         -lefsrv.dll \
    34         -lefsrv.dll \
    35         -lcharconv.dll
    35         -lcharconv.dll
    36 
    36 
    37 # Input
    37 # Input
    38 HEADERS += mpxvideoplaybackwrapper.h \
    38 HEADERS += videoplaybackwrapper.h \
    39            testvideoappuiengine.h \
    39            testvideoappuiengine.h \
    40            mpxcollectionutilityimp_stub.h \
    40            mpxcollectionutilityimp_stub.h \
    41            mpxplaybackutilityimp_stub.h \
    41            mpxplaybackutilityimp_stub.h \
    42            hbinstance.h \
    42            hbinstance.h \
    43            hbview.h \ 
    43            hbview.h \ 
    44            testutilities.h \
    44            testutilities.h \
    45            mpxcollectionplaylist.h \
    45            mpxcollectionplaylist.h \
    46            videoplaylistutility.h \
    46            videoplaylistutility.h \
    47            ../../inc/mpxvideoplayerappuiengine.h
    47            ../../inc/mpxvideoplayerappuiengine.h
    48 
    48 
    49 SOURCES += mpxvideoplaybackwrapper.cpp \
    49 SOURCES += videoplaybackwrapper.cpp \
    50            coneutils_stub.cpp \
    50            coneutils_stub.cpp \
    51            mpxcollectionutility_stub.cpp \
    51            mpxcollectionutility_stub.cpp \
    52            mpxcollectionutilityimp_stub.cpp \
    52            mpxcollectionutilityimp_stub.cpp \
    53            testvideoappuiengine.cpp \
    53            testvideoappuiengine.cpp \
    54            mpxplaybackutilityimp_stub.cpp \
    54            mpxplaybackutilityimp_stub.cpp \