Change-Id: Ia2933baa1f0eaf82b5c2a626cb3661ee087049e3 Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
25 lines
550 B
Prolog
25 lines
550 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)
|
|
|
|
# for make docs:
|
|
include(src/multimedia/doc/qtmultimedia_doc.pri)
|