videoplayback/videoplaybackviewplugin/tsrc/testvideoplaybackviewplugin/testvideoplaybackviewplugin.pro
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
child 67 72c709219fcd
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    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: 5 %
    17 # Version : %version: 6 %
    18 
    18 
    19 
    19 
    20 TEMPLATE = app
    20 TEMPLATE = app
    21 TARGET = 
    21 TARGET = 
    22 CONFIG += qtestlib hb
    22 CONFIG += qtestlib qt hb
    23 
    23 
    24 DEPENDPATH += . \
    24 INCLUDEPATH += hbstub
    25     inc \
    25 INCLUDEPATH += inc stub/inc
    26     src
       
    27 
    26 
    28 INCLUDEPATH += 
    27 DEPENDPATH += inc src stub/inc stub/src
    29 
    28 
    30 LIBS += -lestor.dll \
    29 LIBS += -lestor.dll \
    31         -lmpxviewframeworkqt.dll \
    30         -lmpxviewframeworkqt.dll \
    32         -lxqplugins.dll
    31         -lxqplugins.dll
    33 
    32 
    34 # Input
    33 # Input
    35 HEADERS += inc/testvideoplaybackviewplugin.h \           
    34 HEADERS += testvideoplaybackviewplugin.h \           
    36            stub/inc/videoplaybackview.h \
    35            videoplaybackview.h \
    37            ../../inc/videoplaybackviewplugin.h \
    36            ../../inc/videoplaybackviewplugin.h \
    38            ../../../../inc/mpxhbvideocommondefs.h 
    37            ../../../../inc/mpxhbvideocommondefs.h 
    39                
    38                
    40 SOURCES += stub/src/videoplaybackview.cpp \
    39 SOURCES += testvideoplaybackviewplugin.cpp \
    41            src/testvideoplaybackviewplugin.cpp \					 
    40            videoplaybackview.cpp \					 
    42            ../../src/videoplaybackviewplugin.cpp 
    41            ../../src/videoplaybackviewplugin.cpp