@@ -4,7 +4,6 @@ $(package)_download_path=https://download.qt.io/official_releases/qt/5.12/$($(pa
4
4
$(package)_suffix =everywhere-src-$($(package ) _version) .tar.xz
5
5
$(package)_file_name =qtbase-$($(package ) _suffix)
6
6
$(package)_sha256_hash =8088f174e6d28e779516c083b6087b6a9e3c8322b4bc161fd1b54195e3c86940
7
- $(package)_dependencies =zlib
8
7
$(package)_linux_dependencies =freetype fontconfig libxcb libxkbcommon
9
8
$(package)_qt_libs =corelib network widgets gui plugins testlib
10
9
$(package)_patches =fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch
@@ -70,7 +69,7 @@ $(package)_config_opts += -prefix $(host_prefix)
70
69
$(package ) _config_opts += -qt-libpng
71
70
$(package ) _config_opts += -qt-pcre
72
71
$(package ) _config_opts += -qt-harfbuzz
73
- $(package ) _config_opts += -system -zlib
72
+ $(package ) _config_opts += -qt -zlib
74
73
$(package ) _config_opts += -static
75
74
$(package ) _config_opts += -v
76
75
$(package ) _config_opts += -no-feature-bearermanagement
@@ -249,8 +248,6 @@ define $(package)_config_cmds
249
248
export PKG_CONFIG_PATH=$(host_prefix ) /share/pkgconfig && \
250
249
cd qtbase && \
251
250
./configure $($(package ) _config_opts) && \
252
- echo "host_build: QT_CONFIG ~= s/system-zlib/zlib" >> mkspecs/qconfig.pri && \
253
- echo "CONFIG += force_bootstrap" >> mkspecs/qconfig.pri && \
254
251
cd .. && \
255
252
$(MAKE ) -C qtbase sub-src-clean && \
256
253
qtbase/bin/qmake -o qttranslations/Makefile qttranslations/qttranslations.pro && \
0 commit comments