Move QDeclarativeVideoOutput to the private QtMultimediaQuickTools library to make the QDeclarativeVideoOutputBackend interface implementable by a plugin. Change-Id: I763c483a1fc9ec56dc7b8be0bc71523f029a36ee Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 lines
247 B
Prolog
11 lines
247 B
Prolog
TARGET = tst_qdeclarativevideooutput
|
|
|
|
QT += multimedia-private qml testlib quick
|
|
CONFIG += testcase
|
|
|
|
SOURCES += \
|
|
tst_qdeclarativevideooutput.cpp
|
|
|
|
INCLUDEPATH += ../../../../src/imports/multimedia
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|