videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackview/testvideoplaybackview.pro
changeset 46 adbe7d5ba2f5
parent 17 69946d1824c4
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: 7 %
    17 # Version : %version: 8 %
    18 
    18 
    19 TEMPLATE = app
    19 TEMPLATE = app
    20 TARGET = testvideoplaybackview
    20 TARGET = testvideoplaybackview
    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/src stub/inc
    25     inc \
       
    26     src
       
    27 
    25 
    28 INCLUDEPATH += ../../inc \
    26 INCLUDEPATH += stub/inc \
    29                ../../../inc \
    27                ../../inc \
    30                ../../../../inc \                          
    28                ../../../../inc \                          
    31                ../../controlinc \
    29                ../../controlinc \
    32                $$MW_LAYER_SYSTEMINCLUDE 
       
    33 
    30 
    34 LIBS += -lcone.dll \
    31 LIBS += -lcone.dll \
    35         -lcommonengine.dll \
    32         -lcommonengine.dll \
    36         -lflogger.dll
    33         -lflogger.dll
    37         
    34         
    38 # Input
    35 # Input
    39 HEADERS += stub/inc/mpxvideoviewwrapper.h \					 
    36 HEADERS += mpxvideoviewwrapper.h \					 
    40            inc/testvideoplaybackview.h \
    37            testvideoplaybackview.h \
    41            ../../../inc/hbvideobaseplaybackview.h \
    38            ../../../inc/hbvideobaseplaybackview.h \
    42            ../../../inc/hbvideoplaybackview.h \
    39            ../../../inc/hbvideoplaybackview.h \
    43            ../../inc/mpxvideoplaybackviewfiledetails.h
    40            mpxvideoplaybackviewfiledetails.h \
       
    41            hbtapgesture.h \
       
    42            hbpangesture.h
    44 
    43 
    45 SOURCES += stub/src/mpxvideoviewwrapper.cpp \					 				 
    44 SOURCES += mpxvideoviewwrapper.cpp \					 				 
    46             src/testvideoplaybackview.cpp \
    45            testvideoplaybackview.cpp \
    47             ../../viewsrc/hbvideobaseplaybackview.cpp \
    46            ../../viewsrc/hbvideobaseplaybackview.cpp \
    48             ../../viewsrc/hbvideoplaybackview.cpp \
    47            ../../viewsrc/hbvideoplaybackview.cpp \
    49             ../../viewsrc/mpxvideoplaybackviewfiledetails.cpp
    48            ../../viewsrc/mpxvideoplaybackviewfiledetails.cpp \
       
    49            hbtapgesture.cpp \
       
    50            hbpangesture.cpp