From 82ade38b11071b2208ea1d18f0da27d36f877d8d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 5 Apr 2012 14:29:09 +0200 Subject: switch to new-style configure tests Change-Id: Ib56d0cb24065c1f990aee5d7f41bfedfe75332a1 Reviewed-by: Joerg Bornemann --- qtmultimedia.pro | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'qtmultimedia.pro') diff --git a/qtmultimedia.pro b/qtmultimedia.pro index cb1452bf1..4d3a71cef 100644 --- a/qtmultimedia.pro +++ b/qtmultimedia.pro @@ -1,3 +1,22 @@ +load(configure) +qtCompileTest(openal) +win32 { + qtCompileTest(directshow) + qtCompileTest(wmsdk) + qtCompileTest(wmp) + qtCompileTest(wmf) + qtCompileTest(evr) +} else { + qtCompileTest(alsa) + qtCompileTest(pulsaudio) + qtCompileTest(gstreamer) { + qtCompileTest(gstreamer_photography) + qtCompileTest(gstreamer_appsrc) + } + qtCompileTest(resourcepolicy) + qtCompileTest(xvideo) +} + TEMPLATE = subdirs module_qtmultimedia_src.subdir = src -- cgit v1.2.1