Files
qtmultimedia/tests/auto/integration/qcamerabackend/qcamerabackend.pro
Simon Hausmann f74d7393b8 Mark tst_qcamerabackend test as insignificant on Mac OS X
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>
2014-01-08 18:19:54 +01:00

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