Install additional Qt imageformats to allow reading WebP textures.

This commit is contained in:
Julian Groß 2025-06-09 22:55:40 +02:00
parent 6884a8c802
commit 81013a8359
2 changed files with 4 additions and 2 deletions

View File

@ -65,7 +65,7 @@ jobs:
arch: amd64
build_type: full
qt_source: system
# apt-dependencies: # add missing dependencies to docker image when convenient
apt-dependencies: qt5-image-formats-plugins # add missing dependencies to docker image when convenient
# Android builds are currently failing
#- os: ubuntu-18.04
# build_type: android
@ -77,7 +77,7 @@ jobs:
arch: aarch64
build_type: full
qt_source: system
# apt-dependencies: # add missing dependencies to docker image when convenient
apt-dependencies: qt5-image-formats-plugins # add missing dependencies to docker image when convenient
fail-fast: false
runs-on: ${{matrix.runner}}
container: ${{matrix.image}}

View File

@ -41,6 +41,8 @@ RUN apt-get -y install curl ninja-build git cmake g++ libssl-dev libqt5websocket
RUN apt-get -y install libqt5webchannel5-dev qtwebengine5-dev libqt5xmlpatterns5-dev
# Install Overte Interface build dependencies
RUN apt-get -y install libqt5svg5-dev qttools5-dev vulkan-validationlayers libvulkan-dev libvulkan1 libqt5x11extras5-dev qtbase5-private-dev libxcb-glx0-dev libqt5multimedia5-plugins
# Install Interface runtime dependencies
RUN apt-get -y install qt5-image-formats-plugins
# Install server-console build dependencies
RUN apt-get -y install npm