summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2021-06-03 11:31:49 +0200
committerMichal Klocek <michal.klocek@qt.io>2021-06-03 09:49:16 +0000
commitcb5843c9c4cef1b2fa58b5b3627ea451a4cef6f1 (patch)
tree9f7e05cb3d8fcbe14dd3f43a558c3ffb7d23c466 /examples
parent84c2916270bf8f9626d3c511ae41a2abf96c7c77 (diff)
Speculative workaround for broken qt5 integration
Let's integrate multimedia api first and fix the linker error later. Task-number: QTBUG-94183 Change-Id: I0daa1b9d99ae4605e0d5908c89e5ca4ad06552c2 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/demos/maroon/maroon.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/maroon/maroon.pro b/examples/demos/maroon/maroon.pro
index da2c4341b..1f62bf21f 100644
--- a/examples/demos/maroon/maroon.pro
+++ b/examples/demos/maroon/maroon.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
QT += qml quick
-qtHaveModule(multimedia): QT += multimedia
+# qtHaveModule(multimedia): QT += multimedia //QTBUG-94183
SOURCES += main.cpp
RESOURCES += maroon.qrc