Files
qtmultimedia/qtmultimedia.pro
Dmytro Poplavskiy b6a8c713bc Updated the camerabin2 based camera with QtMultimedia changes
Moved it to the separate plugin as the rest of gstreamer based services;
Updated with libqgsttools_p changes;
Implemented QMediaRecorder::status property;
Made gst_photography dependency optional,
it's not always available on desktop;
Added video recording case to auto integration test;
Moved backend implementation into qt namespace

Task-number: QTBUG-26046
Change-Id: Iacfc1a6e263a4c0201d5eb28d04c960b87a230c0
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
2012-07-16 07:18:12 +02:00

32 lines
791 B
Prolog

load(configure)
qtCompileTest(openal)
win32 {
qtCompileTest(directshow)
qtCompileTest(wmsdk)
qtCompileTest(wmp)
qtCompileTest(wmf)
qtCompileTest(evr)
} else {
qtCompileTest(alsa)
qtCompileTest(pulseaudio)
qtCompileTest(gstreamer) {
qtCompileTest(gstreamer_photography)
qtCompileTest(gstreamer_encodingprofiles)
qtCompileTest(gstreamer_appsrc)
}
qtCompileTest(resourcepolicy)
qtCompileTest(xvideo)
}
load(qt_parts)
module_qtmultimedia_docsnippets.subdir = doc
module_qtmultimedia_docsnippets.target = sub-doc
module_qtmultimedia_docsnippets.depends = sub_src
module_qtmultimedia_docsnippets.CONFIG = no_default_install
SUBDIRS += module_qtmultimedia_docsnippets
# for make docs:
include(doc/config/qtmultimedia_doc.pri)