summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2017-03-20 12:11:15 +0100
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2017-03-21 08:56:07 +0000
commita6d56f65fd57d1638788d66320cd8e6c6556015d (patch)
tree43ad499081aa08ed7a5970da93e667012d205b26
parent819dbf9432e1062cc952b4fdfa1518ee16c15f1b (diff)
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: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--src/multimedia/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/configure.json b/src/multimedia/configure.json
index 2d51102f5..20a809b2b 100644
--- a/src/multimedia/configure.json
+++ b/src/multimedia/configure.json
@@ -275,7 +275,6 @@
},
"wasapi": {
"label": "Windows Audio Services",
- "autoDetect": "false",
"condition": "config.win32 && tests.wasapi",
"output": [ "privateFeature" ]
},
@@ -319,6 +318,7 @@
"resourcepolicy",
"mmrenderer",
"avfoundation",
+ "wasapi",
"directshow",
"wmf",
{