Remove glib dependency from Qt

This commit is contained in:
Ilya Fedin 2020-01-31 04:48:34 +04:00 committed by John Preston
parent 28a567986d
commit 3f5eaa8f0a
2 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
CMAKE_VER: "3.16.3"
UPLOAD_ARTIFACT: "false"
ONLY_CACHE: "false"
MANUAL_CACHING: "1"
MANUAL_CACHING: "2"
DOC_PATH: "docs/building-cmake.md"
steps:
@ -390,6 +390,7 @@ jobs:
-system-freetype \
-fontconfig \
-no-opengl \
-no-glib \
-no-gtk \
-static \
-openssl-linked \

View File

@ -262,6 +262,7 @@ Go to ***BuildPath*** and run
-system-freetype \
-fontconfig \
-no-opengl \
-no-glib \
-no-gtk \
-static \
-openssl-linked \