From cb5843c9c4cef1b2fa58b5b3627ea451a4cef6f1 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Thu, 3 Jun 2021 11:31:49 +0200 Subject: Speculative workaround for broken qt5 integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's integrate multimedia api first and fix the linker error later. Task-number: QTBUG-94183 Change-Id: I0daa1b9d99ae4605e0d5908c89e5ca4ad06552c2 Reviewed-by: Topi Reiniƶ --- examples/demos/maroon/maroon.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.3