videoplayback/hbvideoplaybackview/tsrc/testvideodisplayhandler/testvideodisplayhandler.pro
changeset 36 8aed59de29f9
parent 30 4f111d64a341
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: 1 %
    17 # Version : %version: 2 %
    18 
    18 
    19 TEMPLATE = app
    19 TEMPLATE = app
    20 TARGET = testvideodisplayhandler
    20 TARGET = testvideodisplayhandler
    21 CONFIG += qtestlib hb qt
    21 CONFIG += qtestlib hb qt
    22 DEFINES += BUILD_VIDEOPLAYBACK_DLL
    22 DEFINES += BUILD_VIDEOPLAYBACK_DLL
    23 
    23 
    24 DEPENDPATH += . \
    24 DEPENDPATH += inc src stub/inc stub/src
    25     inc \
       
    26     src
       
    27 
    25 
    28 INCLUDEPATH += ../../../inc \
    26 INCLUDEPATH += ../../../inc \
    29                ../../../../inc \
    27                ../../../../inc \
    30                ../../controlinc \
    28                ../../controlinc \
    31                $$MW_LAYER_SYSTEMINCLUDE 
    29                $$MW_LAYER_SYSTEMINCLUDE 
    32 
    30 
    33 LIBS += -lmpxplaybackutility.dll \
    31 LIBS += -lmpxplaybackutility.dll \
    34         -lmpxcommon.dll \
    32         -lmpxcommon.dll \
    35         -lestor.dll \
    33         -lestor.dll \
    36         -lsysutil.dll        
    34         -lsysutil.dll \
       
    35         -lcone.dll \
       
    36         -lefsrv.dll \
       
    37         -lws32.dll \
       
    38         -lgdi.dll
    37                 
    39                 
    38 # Input
    40 # Input
    39 HEADERS += stub/inc/mpxvideoviewwrapper.h \
    41 HEADERS += mpxvideoviewwrapper.h \
    40            stub/inc/hbvideobaseplaybackview.h \
    42            hbvideobaseplaybackview.h \
    41            stub/inc/mpxvideoplaybackviewfiledetails.h \
    43            mpxvideoplaybackviewfiledetails.h \
    42            stub/inc/mpxvideocontainer.h \
    44            mpxvideocontainer.h \
    43            stub/inc/alfcompositionutility.h \
    45            alfcompositionutility.h \
    44            stub/inc/mediaclientvideodisplay.h \
    46            mediaclientvideodisplay.h \
    45            inc/testvideodisplayhandler.h \
    47            testvideodisplayhandler.h \
    46            ../../viewinc/mpxvideoplaybackdisplayhandler.h
    48            ../../viewinc/mpxvideoplaybackdisplayhandler.h
    47                                                 
    49                                                 
    48 SOURCES += stub/src/mpxvideoviewwrapper.cpp \					 				 
    50 SOURCES += mpxvideoviewwrapper.cpp \					 				 
    49            stub/src/hbvideobaseplaybackview.cpp \
    51            hbvideobaseplaybackview.cpp \
    50            stub/src/mpxvideoplaybackviewfiledetails.cpp \
    52            mpxvideoplaybackviewfiledetails.cpp \
    51            stub/src/mpxvideocontainer.cpp \
    53            mpxvideocontainer.cpp \
    52            stub/src/alfcompositionutility.cpp \
    54            alfcompositionutility.cpp \
    53            stub/src/mediaclientvideodisplay.cpp \
    55            mediaclientvideodisplay.cpp \
    54 		       src/testvideodisplayhandler.cpp \
    56            testvideodisplayhandler.cpp \
    55 		       ../../viewsrc/mpxvideoplaybackdisplayhandler.cpp
    57            ../../viewsrc/mpxvideoplaybackdisplayhandler.cpp