Qt5 tool chain: always build without zstd

Fixes #3687
This commit is contained in:
Johannes Schlatow 2020-03-10 12:01:01 +01:00 committed by Norman Feske
parent aee5b59c51
commit 8788f13e11
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ QMAKE = $(BUILD_DIR)/qtbase/bin/qmake
$(QMAKE): $(QTBASE_DIR)/configure
$(VERBOSE)mkdir -p $(BUILD_DIR)/qtbase
$(VERBOSE)cd $(BUILD_DIR)/qtbase && $(QTBASE_DIR)/configure -opensource -confirm-license -no-iconv -no-opengl -prefix $(INSTALL_LOCATION)
$(VERBOSE)cd $(BUILD_DIR)/qtbase && $(QTBASE_DIR)/configure -opensource -confirm-license -no-iconv -no-zstd -no-opengl -prefix $(INSTALL_LOCATION)
$(BUILD_DIR)/qtbase/src/Makefile: $(QMAKE)
$(VERBOSE)cd $(BUILD_DIR)/qtbase/src && \