summaryrefslogtreecommitdiffstats
path: root/config.tests/wasapi
Commit message (Collapse)AuthorAgeFilesLines
* Extend WASAPI config checkFriedemann Kleint2018-04-161-0/+1
| | | | | | | | | Include a header used by the utils on which clang-cl typically chokes. Task-number: QTBUG-63512 Change-Id: I79eaac32612641bb784b61aab27a3acf76042a19 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* Add config test for wasapi pluginMaurice Kalinowski2016-06-142-0/+55
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>