contrib: qtbase: do not build Qt Network

This commit is contained in:
Fatih Uzunoglu 2024-04-04 21:46:15 +03:00 committed by Steve Lhomme
parent 45af60663d
commit 533ff6236d
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ endif
QTBASE_CONFIG += -static -opensource -confirm-license -opengl desktop -no-pkg-config -no-openssl \
-no-gif -no-dbus -no-pch -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-networklistmanager \
-no-feature-xml -no-feature-printsupport -system-libpng -system-zlib -no-feature-network \
-nomake examples -prefix $(PREFIX) -qt-host-path $(BUILDPREFIX)
QTBASE_NATIVE_CONFIG := -DQT_BUILD_EXAMPLES=FALSE -DQT_BUILD_TESTS=FALSE -DFEATURE_pkg_config=OFF \