Build Qt with gtk integration

This commit is contained in:
Ilya Fedin 2021-06-26 20:52:07 +04:00 committed by John Preston
parent 30ce049f51
commit 832cc6ac69
2 changed files with 2 additions and 2 deletions

View file

@ -635,7 +635,6 @@ RUN echo './configure -prefix '$'\"''$QT_PREFIX'$'\"'' \
-qt-harfbuzz \ -qt-harfbuzz \
-qt-pcre \ -qt-pcre \
-no-icu \ -no-icu \
-no-gtk \
-no-feature-xcb-sm \ -no-feature-xcb-sm \
-no-feature-wayland-server \ -no-feature-wayland-server \
-static \ -static \

View file

@ -302,6 +302,7 @@ parts:
- libfreetype-dev - libfreetype-dev
- libgl-dev - libgl-dev
- libglib2.0-dev - libglib2.0-dev
- libgtk-3-dev
- libharfbuzz-dev - libharfbuzz-dev
- libicu-dev - libicu-dev
- libpcre2-dev - libpcre2-dev
@ -337,6 +338,7 @@ parts:
- libfreetype6 - libfreetype6
- libgl1 - libgl1
- libglib2.0-0 - libglib2.0-0
- libgtk-3-0
- libharfbuzz0b - libharfbuzz0b
- libicu66 - libicu66
- libpcre2-16-0 - libpcre2-16-0
@ -397,7 +399,6 @@ parts:
-release \ -release \
-opensource \ -opensource \
-confirm-license \ -confirm-license \
-no-gtk \
-no-feature-xcb-sm \ -no-feature-xcb-sm \
-no-feature-xcomposite-egl \ -no-feature-xcomposite-egl \
-no-feature-xcomposite-glx \ -no-feature-xcomposite-glx \