From adddba3301197fbff18d46556cedd7c298678cf4 Mon Sep 17 00:00:00 2001 From: 503273294 <503273294@gehealthcare.com> Date: Fri, 26 Dec 2025 10:13:06 +0800 Subject: [PATCH] Support Qt6.8.4 qsqlcipher --- 3rdparty/sqlcipher.pri | 1 - qsqlcipher/.qmake.conf | 1 - qsqlcipher/qsqlcipher.pro | 2 ++ 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/sqlcipher.pri b/3rdparty/sqlcipher.pri index d3f338a..357db5d 100644 --- a/3rdparty/sqlcipher.pri +++ b/3rdparty/sqlcipher.pri @@ -12,7 +12,6 @@ DEFINES += SQLITE_HAS_CODEC \ SQLITE_ENABLE_SESSION !contains(CONFIG, largefile):DEFINES += SQLITE_DISABLE_LFS -qtConfig(posix_fallocate): DEFINES += HAVE_POSIX_FALLOCATE=1 winrt { DEFINES += SQLITE_OS_WINRT QMAKE_CFLAGS += -Gy diff --git a/qsqlcipher/.qmake.conf b/qsqlcipher/.qmake.conf index c919eab..15bc9e6 100644 --- a/qsqlcipher/.qmake.conf +++ b/qsqlcipher/.qmake.conf @@ -1,4 +1,3 @@ -load(qt_build_config) CONFIG += warning_clean DEFINES += QT_NO_JAVA_STYLE_ITERATORS diff --git a/qsqlcipher/qsqlcipher.pro b/qsqlcipher/qsqlcipher.pro index 323e36a..392ceb2 100644 --- a/qsqlcipher/qsqlcipher.pro +++ b/qsqlcipher/qsqlcipher.pro @@ -1,4 +1,6 @@ TARGET = qsqlcipher +TEMPLATE = lib +CONFIG += plugin QT_FOR_CONFIG += sqldrivers-private