summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-09-30 11:43:51 -0700
committerJake Petroules <jake.petroules@qt.io>2016-10-04 18:06:25 +0000
commit20e65d4dbd43d133d663b4733ffb09629935e731 (patch)
tree9a3b6815f1b8a072854add137be3de11c0746fd4
parent08048b0ade60bdfb8e084b08345901b00f968e72 (diff)
Correctly include multimedia plugins in iOS and tvOS builds
This was broken by the removal of exclusive simulator and device builds, (and so would be difficult to express in the new system), but it's not clear why it was ever necessary to exclude these plugins from simulator builds at all, so enable them everywhere. Change-Id: Iff184820cc98973d8928184a4a63793c66275d0b Reviewed-by: Mike Krus <mike.krus@kdab.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-rw-r--r--src/plugins/plugins.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index 269437149..f113f68b3 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -57,7 +57,7 @@ unix:!mac:!android {
# }
}
-darwin:!watchos:!simulator {
+darwin:!watchos {
SUBDIRS += audiocapture coreaudio
config_avfoundation: SUBDIRS += avfoundation