add qt-sql for qBittorrent-Enhanced-Edition (#7263)

add qt-sql for qBittorrent-Enhanced-Edition
This commit is contained in:
Her0R0cket 2021-07-03 17:19:56 +08:00 committed by GitHub
parent b875a76417
commit 8c1df6e3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,16 +139,7 @@ CONFIGURE_ARGS = \
-no-openvg \ -no-openvg \
-no-pch \ -no-pch \
-no-slog2 \ -no-slog2 \
-no-sql-db2 \ -sql-sqlite \
-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 \
-no-trace \ -no-trace \
-no-tslib \ -no-tslib \
-no-vulkan \ -no-vulkan \
@ -159,13 +150,13 @@ CONFIGURE_ARGS = \
-no-compile-examples \ -no-compile-examples \
-no-feature-concurrent \ -no-feature-concurrent \
-no-feature-gssapi \ -no-feature-gssapi \
-no-feature-sql \
-no-feature-testlib \ -no-feature-testlib \
-make libs \ -make libs \
-nomake examples \ -nomake examples \
-nomake tests \ -nomake tests \
-nomake tools \ -nomake tools \
-v -v
define Build/Compile define Build/Compile
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) +$(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,core,,+QT5_INCLUDE_ATOMIC:libatomic +libpcre2-16 +zlib))
$(eval $(call DefineQtbaseLibrary,network,core,+libopenssl +zlib)) $(eval $(call DefineQtbaseLibrary,network,core,+libopenssl +zlib))
$(eval $(call DefineQtbaseLibrary,xml,core,)) $(eval $(call DefineQtbaseLibrary,xml,core,))
$(eval $(call DefineQtbaseLibrary,sql,core))
$(foreach lib,$(QTBASE_LIBS),$(eval $(call BuildPackage,qt5-$(lib)))) $(foreach lib,$(QTBASE_LIBS),$(eval $(call BuildPackage,qt5-$(lib))))
$(eval $(call BuildPackage,qtbase)) $(eval $(call BuildPackage,qtbase))