From 8c1df6e3c382d6c3952ae9ed9e872cdf02607f7a Mon Sep 17 00:00:00 2001 From: Her0R0cket <33145975+Her0R0cket@users.noreply.github.com> Date: Sat, 3 Jul 2021 17:19:56 +0800 Subject: [PATCH] add qt-sql for qBittorrent-Enhanced-Edition (#7263) add qt-sql for qBittorrent-Enhanced-Edition --- package/lean/qtbase/Makefile | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/package/lean/qtbase/Makefile b/package/lean/qtbase/Makefile index 581b4230b..7afbba51b 100644 --- a/package/lean/qtbase/Makefile +++ b/package/lean/qtbase/Makefile @@ -139,16 +139,7 @@ CONFIGURE_ARGS = \ -no-openvg \ -no-pch \ -no-slog2 \ - -no-sql-db2 \ - -no-sql-ibase \ - -no-sql-mysql \ - -no-sql-oci \ - -no-sql-odbc \ - -no-sql-psql \ - -no-sql-sqlite \ - -no-sql-sqlite2 \ - -no-sql-tds \ - -no-sqlite \ + -sql-sqlite \ -no-trace \ -no-tslib \ -no-vulkan \ @@ -159,13 +150,13 @@ CONFIGURE_ARGS = \ -no-compile-examples \ -no-feature-concurrent \ -no-feature-gssapi \ - -no-feature-sql \ -no-feature-testlib \ -make libs \ -nomake examples \ -nomake tests \ -nomake tools \ - -v + -v + define Build/Compile +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) @@ -204,6 +195,7 @@ endef $(eval $(call DefineQtbaseLibrary,core,,+QT5_INCLUDE_ATOMIC:libatomic +libpcre2-16 +zlib)) $(eval $(call DefineQtbaseLibrary,network,core,+libopenssl +zlib)) $(eval $(call DefineQtbaseLibrary,xml,core,)) +$(eval $(call DefineQtbaseLibrary,sql,core)) $(foreach lib,$(QTBASE_LIBS),$(eval $(call BuildPackage,qt5-$(lib)))) $(eval $(call BuildPackage,qtbase))