From d105d8b3fa3cf7309c797b5e9c38ab2f1af015f7 Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Fri, 23 Aug 2024 10:44:59 +0800 Subject: [PATCH] scons: remove QtMultimedia lib and include path from build configuration (#33358) remove multimedia old-commit-hash: 61abc05c8b178436513f29fbffa19dd44091b44d --- SConstruct | 2 +- tools/install_ubuntu_dependencies.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 0e9ab305a9..f48d9e7aab 100644 --- a/SConstruct +++ b/SConstruct @@ -269,7 +269,7 @@ Export('envCython', 'np_version') # Qt build environment qt_env = env.Clone() -qt_modules = ["Widgets", "Gui", "Core", "Network", "Concurrent", "Multimedia", "Quick", "Qml", "QuickWidgets", "DBus", "Xml"] +qt_modules = ["Widgets", "Gui", "Core", "Network", "Concurrent", "Quick", "Qml", "QuickWidgets", "DBus", "Xml"] qt_libs = [] if arch == "Darwin": diff --git a/tools/install_ubuntu_dependencies.sh b/tools/install_ubuntu_dependencies.sh index e768fb8d2c..2996127ecd 100755 --- a/tools/install_ubuntu_dependencies.sh +++ b/tools/install_ubuntu_dependencies.sh @@ -60,7 +60,6 @@ function install_ubuntu_common_requirements() { ocl-icd-opencl-dev \ portaudio19-dev \ qml-module-qtquick2 \ - qtmultimedia5-dev \ qtdeclarative5-dev \ qttools5-dev-tools \ libqt5svg5-dev \