Files
qtmultimedia/tests/auto/integration/qcamerabackend/qcamerabackend.pro
Andy Nichols ddd22fab2b Mac: Re-enable qcamerabackend test
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>
2014-03-20 23:06:46 +01:00

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