mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Build Qt with gtk integration
This commit is contained in:
parent
30ce049f51
commit
832cc6ac69
2 changed files with 2 additions and 2 deletions
|
@ -635,7 +635,6 @@ RUN echo './configure -prefix '$'\"''$QT_PREFIX'$'\"'' \
|
|||
-qt-harfbuzz \
|
||||
-qt-pcre \
|
||||
-no-icu \
|
||||
-no-gtk \
|
||||
-no-feature-xcb-sm \
|
||||
-no-feature-wayland-server \
|
||||
-static \
|
||||
|
|
|
@ -302,6 +302,7 @@ parts:
|
|||
- libfreetype-dev
|
||||
- libgl-dev
|
||||
- libglib2.0-dev
|
||||
- libgtk-3-dev
|
||||
- libharfbuzz-dev
|
||||
- libicu-dev
|
||||
- libpcre2-dev
|
||||
|
@ -337,6 +338,7 @@ parts:
|
|||
- libfreetype6
|
||||
- libgl1
|
||||
- libglib2.0-0
|
||||
- libgtk-3-0
|
||||
- libharfbuzz0b
|
||||
- libicu66
|
||||
- libpcre2-16-0
|
||||
|
@ -397,7 +399,6 @@ parts:
|
|||
-release \
|
||||
-opensource \
|
||||
-confirm-license \
|
||||
-no-gtk \
|
||||
-no-feature-xcb-sm \
|
||||
-no-feature-xcomposite-egl \
|
||||
-no-feature-xcomposite-glx \
|
||||
|
|
Loading…
Add table
Reference in a new issue