Files
qtmultimedia/tests/auto/integration/qcamerabackend/qcamerabackend.pro
Friedemann Kleint b604d96ba8 Make directshow-plugin available.
No longer include <qedit.h> in directshow-plugin,
which no longer ships in newer SDKs.

Ensure it only provides the camera service if the
WMF-plugin is built by using a different .json-file.

Adapt qcamerabackend-test to use widgets.

Task-number: QTBUG-28047

Change-Id: I22ea441b9edb56ff55bc275dba37c01c77d8dd90
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
2013-05-15 12:43:08 +02:00

11 lines
237 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