From 42163dde7607b0bdcb6603e0b4ea7b51104e91ae Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Mon, 24 Jun 2024 19:11:35 -0700 Subject: [PATCH] ui: add missing qt package on 24.04 (#32827) fix qml old-commit-hash: 0922ab2b8ddbb38a8664bdb53bff063e3f018547 --- tools/install_ubuntu_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install_ubuntu_dependencies.sh b/tools/install_ubuntu_dependencies.sh index 2513df86b9..4373760ce6 100755 --- a/tools/install_ubuntu_dependencies.sh +++ b/tools/install_ubuntu_dependencies.sh @@ -53,6 +53,7 @@ function install_ubuntu_common_requirements() { ocl-icd-libopencl1 \ ocl-icd-opencl-dev \ portaudio19-dev \ + qml-module-qtquick2 \ qtmultimedia5-dev \ qtdeclarative5-dev \ qttools5-dev-tools \