videoplayerapp/videoplayerengine/tsrc/testvideoservices/testvideoservices.pro
changeset 50 21fe8338c6bf
parent 36 8aed59de29f9
child 67 72c709219fcd
equal deleted inserted replaced
49:824471cb468a 50:21fe8338c6bf
    40            inc/testvideoservices.h \
    40            inc/testvideoservices.h \
    41            ../../../../inc/videoservices.h \
    41            ../../../../inc/videoservices.h \
    42            ../../inc/videoserviceurifetch.h \
    42            ../../inc/videoserviceurifetch.h \
    43            ../../inc/videoserviceplay.h \
    43            ../../inc/videoserviceplay.h \
    44            ../../inc/videoserviceview.h \
    44            ../../inc/videoserviceview.h \
    45            ../../inc/videoservicebrowse.h 
    45            ../../inc/videoservicebrowse.h \
       
    46            ../../inc/videoserviceuri.h
    46 
    47 
    47 SOURCES += stub/src/videoplayerengine.cpp \
    48 SOURCES += stub/src/videoplayerengine.cpp \
    48            #stub/src/xqserviceprovider.cpp \
    49            #stub/src/xqserviceprovider.cpp \
    49            src/testvideoservices.cpp \
    50            src/testvideoservices.cpp \
    50            ../../src/videoservices.cpp \
    51            ../../src/videoservices.cpp \
    51            ../../src/videoserviceurifetch.cpp \
    52            ../../src/videoserviceurifetch.cpp \
    52            ../../src/videoserviceplay.cpp \
    53            ../../src/videoserviceplay.cpp \
    53            ../../src/videoserviceview.cpp \
    54            ../../src/videoserviceview.cpp \
    54            ../../src/videoservicebrowse.cpp 
    55            ../../src/videoservicebrowse.cpp \
       
    56            ../../src/videoserviceuri.cpp
    55 
    57