ui: add missing qt package on 24.04 (#32827)

fix qml
pull/32824/head
Maxime Desroches 12 months ago committed by GitHub
parent b418159833
commit 0922ab2b8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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 \

Loading…
Cancel
Save