The cause of the tests flakyness has been resolved, so it should be re-enabled. Task-number: QTBUG-36040 Change-Id: Ic4d18ea891ed5b6c5f4acbb4d05322b910b87d29 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
12 lines
238 B
Prolog
12 lines
238 B
Prolog
TARGET = tst_qcamerabackend
|
|
|
|
# DirectShow plugin requires widgets.
|
|
QT += multimedia-private widgets testlib
|
|
|
|
# This is more of a system test
|
|
CONFIG += testcase
|
|
|
|
SOURCES += tst_qcamerabackend.cpp
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
|
|