It has failed 6 times during qt5.git stable integrations since September 2013 See also QTBUG-36040 Change-Id: I6abd5b2723d2346a4831ab28fa040c14615148b0 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
13 lines
286 B
Prolog
13 lines
286 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
|
|
|
|
mac: CONFIG += insignificant_test # QTBUG-36040
|