summaryrefslogtreecommitdiffstats
path: root/qtmultimedia.pro
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2016-06-10 10:46:54 +0200
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2016-06-14 19:57:51 +0000
commit22d2780cfe3a30fc33894efb8e3f7b25cfeac0fd (patch)
treec5930412f4094053831a3eadfb8c6020f8c3d0d6 /qtmultimedia.pro
parent8815920e7f2351ddb989f2f6ee1616f418e638c0 (diff)
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 <oliver.wolff@qt.io> Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
Diffstat (limited to 'qtmultimedia.pro')
-rw-r--r--qtmultimedia.pro1
1 files changed, 1 insertions, 0 deletions
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 {