Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QtCipherSqlitePlugin (Support Qt 6.8)
====================

A Qt plugin for SQLite encryption for use in the **[TaskGuard](https://github.com/mxrcode/TaskGuard)** project *(Qt 6.8.0, sqlite3mc 1.9.0)*
A Qt plugin for SQLite encryption for use in the **[TaskGuard](https://github.com/mxrcode/TaskGuard)** project *(Qt 6.8.0, sqlite3mc 2.5.0)*

Based on the SQLite source and wxSQLite3 in wxWidget.

Expand Down
5 changes: 1 addition & 4 deletions sqlitecipher.pro
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ OTHER_FILES += $$PWD/src/SqliteCipherDriverPlugin.json
SQLITE_OMIT_COMPLETE \
SQLITE_ENABLE_FTS3 \
SQLITE_ENABLE_FTS3_PARENTHESIS \
SQLITE_ENABLE_RTREE \
SQLITE_USER_AUTHENTICATION
SQLITE_ENABLE_RTREE
!contains(CONFIG, largefile):DEFINES += SQLITE_DISABLE_LFS
winrt: DEFINES += SQLITE_OS_WINRT
winphone: DEFINES += SQLITE_WIN32_FILEMAPPING_API=1
Expand All @@ -47,5 +46,3 @@ PLUGIN_CLASS_NAME = SqliteCipherDriverPlugin
PLUGIN_TYPE = sqldrivers

DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII

QMAKE_CFLAGS += -march=native
314 changes: 0 additions & 314 deletions src/sqlcachedresult.cpp

This file was deleted.

Loading