mirror of https://github.com/commaai/openpilot.git
ui: add missing qt package on 24.04 (#32827)
fix qml
old-commit-hash: 0922ab2b8d
This commit is contained in:
parent
7a41a206d4
commit
42163dde76
|
@ -53,6 +53,7 @@ function install_ubuntu_common_requirements() {
|
||||||
ocl-icd-libopencl1 \
|
ocl-icd-libopencl1 \
|
||||||
ocl-icd-opencl-dev \
|
ocl-icd-opencl-dev \
|
||||||
portaudio19-dev \
|
portaudio19-dev \
|
||||||
|
qml-module-qtquick2 \
|
||||||
qtmultimedia5-dev \
|
qtmultimedia5-dev \
|
||||||
qtdeclarative5-dev \
|
qtdeclarative5-dev \
|
||||||
qttools5-dev-tools \
|
qttools5-dev-tools \
|
||||||
|
|
Loading…
Reference in New Issue