From 22d2780cfe3a30fc33894efb8e3f7b25cfeac0fd Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Fri, 10 Jun 2016 10:46:54 +0200 Subject: Add config test for wasapi plugin The wasapi audio plugin can also be used on desktop versions of Windows. The support has been experimental so far and will now be enabled in case the SDK contains support for it. Unfortunately MinGW does not provide Microsoft::WRL::RuntimeClass and IActivateAudioInterfaceCompletionHandler, hence we need to disable the plugin currently for it. Change-Id: I2be6e99810d462507112465a2084a2d72c3c62f0 Reviewed-by: Oliver Wolff Reviewed-by: Yoann Lopes --- qtmultimedia.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmultimedia.pro') diff --git a/qtmultimedia.pro b/qtmultimedia.pro index 98bb3152f..8101d63eb 100644 --- a/qtmultimedia.pro +++ b/qtmultimedia.pro @@ -9,6 +9,7 @@ win32 { qtCompileTest(evr) qtCompileTest(wmsdk) contains(QT_CONFIG, wmf-backend): qtCompileTest(wmf) + qtCompileTest(wasapi) } else:mac { qtCompileTest(avfoundation) } else:qnx { -- cgit v1.2.1