Synchronize new Qt build argument between Dockerfile & snapcraft.yml

This commit is contained in:
Ilya Fedin 2022-06-15 06:55:36 +04:00 committed by John Preston
parent 7b4c0740d0
commit 64a5e03321
2 changed files with 2 additions and 1 deletions

View File

@ -567,8 +567,8 @@ RUN git clone -b ${QT_TAG} --depth=1 git://code.qt.io/qt/qt5.git qt_${QT} \
-no-icu \
-no-feature-xcb-sm \
-no-feature-egl-extension-platform-wayland \
-no-feature-highdpiscaling \
-no-feature-wayland-server \
-no-feature-highdpiscaling \
-static \
-dbus-runtime \
-openssl-linked \

View File

@ -363,6 +363,7 @@ parts:
-no-feature-renameat2 \
-no-feature-statx \
-no-feature-egl-extension-platform-wayland \
-no-feature-wayland-server \
-no-feature-highdpiscaling \
-openssl-linked \
-nomake examples \