Synchronize new Qt build argument between Dockerfile & snapcraft.yml
This commit is contained in:
parent
7b4c0740d0
commit
64a5e03321
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue