videoplayback/videoplaybackview/tsrc/testuserinputhandler/testuserinputhandler.pro
changeset 62 0e1e938beb1a
parent 59 a76e86df7ccd
child 67 72c709219fcd
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    12 # Contributors:
    12 # Contributors:
    13 # 
    13 # 
    14 # Description: Project file for building testuserinputhandler
    14 # Description: Project file for building testuserinputhandler
    15 #
    15 #
    16 #
    16 #
    17 # Version : %version: 4 %
    17 # Version : %version: 6 %
    18 
    18 
    19 TEMPLATE = app
    19 TEMPLATE = app
    20 TARGET = testuserinputhandler
    20 TARGET = testuserinputhandler
    21 CONFIG += qtestlib hb qt
    21 CONFIG += qtestlib hb qt
    22 DEFINES += BUILD_VIDEOPLAYBACK_DLL
    22 DEFINES += BUILD_VIDEOPLAYBACK_DLL
    29                ../../../../inc \
    29                ../../../../inc \
    30                ../../controlinc \
    30                ../../controlinc \
    31                
    31                
    32 
    32 
    33 LIBS += -lremconcoreapi.dll \
    33 LIBS += -lremconcoreapi.dll \
    34         -lremconInterfacebase.dll 
    34         -lremconInterfacebase.dll \
       
    35         -lcentralrepository.dll         
    35 
    36 
    36                 
    37                 
    37 # Input
    38 # Input
    38 HEADERS += stub/inc/mpxvideoviewwrapper.h \
    39 HEADERS += stub/inc/mpxvideoviewwrapper.h \
    39            stub/inc/videobaseplaybackview.h \
    40            stub/inc/videobaseplaybackview.h \
    40            stub/inc/videoplaybackviewfiledetails.h \
    41            stub/inc/videoplaybackviewfiledetails.h \
    41            stub/inc/hal.h \
       
    42            stub/inc/centralrepository.h \
       
    43            inc/testuserinputhandler.h \
    42            inc/testuserinputhandler.h \
    44            ../../viewinc/videoplaybackuserinputhandler.h
    43            ../../viewinc/videoplaybackuserinputhandler.h
    45                                                 
    44                                                 
    46 SOURCES += stub/src/mpxvideoviewwrapper.cpp \					 				 
    45 SOURCES += stub/src/mpxvideoviewwrapper.cpp \					 				 
    47            stub/src/videobaseplaybackview.cpp \
    46            stub/src/videobaseplaybackview.cpp \
    48            stub/src/videoplaybackviewfiledetails.cpp \
    47            stub/src/videoplaybackviewfiledetails.cpp \
    49            stub/src/hal.cpp \
       
    50            stub/src/centralrepository.cpp \
       
    51            src/testuserinputhandler.cpp \		       
    48            src/testuserinputhandler.cpp \		       
    52            ../../viewsrc/videoplaybackuserinputhandler.cpp
    49            ../../viewsrc/videoplaybackuserinputhandler.cpp