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>
13 lines
339 B
Prolog
13 lines
339 B
Prolog
TARGET = tst_qdeclarativevideooutput_window
|
|
|
|
QT += multimedia-private qml testlib quick
|
|
CONFIG += testcase
|
|
|
|
SOURCES += \
|
|
tst_qdeclarativevideooutput_window.cpp
|
|
|
|
INCLUDEPATH += ../../../../src/imports/multimedia
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
|
|
|
win32:contains(QT_CONFIG, angle): CONFIG += insignificant_test # QTBUG-28541
|