Commit a6d56f65 authored by Maurice Kalinowski's avatar Maurice Kalinowski
Browse files

wasapi: Enable config tests on windows


The initial commit disabled running the wasapi config tests for unknown
reason. Re-enable them again for windows builds.

Task-number: QTBUG-59527
Change-Id: I0c8485911b49e657833376de0633fc81e3789e86
Reviewed-by: default avatarOliver Wolff <oliver.wolff@qt.io>
Showing with 1 addition and 1 deletion
...@@ -275,7 +275,6 @@ ...@@ -275,7 +275,6 @@
}, },
"wasapi": { "wasapi": {
"label": "Windows Audio Services", "label": "Windows Audio Services",
"autoDetect": "false",
"condition": "config.win32 && tests.wasapi", "condition": "config.win32 && tests.wasapi",
"output": [ "privateFeature" ] "output": [ "privateFeature" ]
}, },
...@@ -319,6 +318,7 @@ ...@@ -319,6 +318,7 @@
"resourcepolicy", "resourcepolicy",
"mmrenderer", "mmrenderer",
"avfoundation", "avfoundation",
"wasapi",
"directshow", "directshow",
"wmf", "wmf",
{ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment