Change-Id: Ifd152513074e6b7802a3ed6d4722ba78762ec79c Reviewed-by: Lars Knoll <lars.knoll@digia.com>
29 lines
591 B
Prolog
29 lines
591 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)
|
|
}
|
|
|
|
mac {
|
|
qtCompileTest(avfoundation)
|
|
}
|
|
|
|
load(qt_parts)
|
|
|
|
# for make docs:
|
|
include(src/multimedia/doc/qtmultimedia_doc.pri)
|