Skip to content
Snippets Groups Projects
Commit f12d8676 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Jean-Baptiste Kempf
Browse files

contrib: qtbase: do not enforce desktop opengl

By default, Qt uses dynamic OpenGL and it seems
to be sufficient for our needs.
parent 80968175
No related branches found
No related tags found
1 merge request!5188contrib: qtbase: do not enforce desktop opengl
Pipeline #467221 passed with warnings with stage
in 54 minutes and 5 seconds
......@@ -64,7 +64,7 @@ ifdef HAVE_WIN32
QTBASE_CONFIG += -no-feature-style-fusion
endif
QTBASE_CONFIG += -static -opensource -confirm-license -opengl desktop -no-pkg-config -no-openssl \
QTBASE_CONFIG += -static -opensource -confirm-license -no-pkg-config -no-openssl \
-no-gif -no-dbus -no-feature-zstd -no-feature-concurrent -no-feature-androiddeployqt \
-no-feature-sql -no-feature-testlib -system-freetype -system-harfbuzz -system-libjpeg \
-no-feature-xml -no-feature-printsupport -system-libpng -system-zlib -no-feature-network \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment