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
1 change: 0 additions & 1 deletion 3rdparty/sqlcipher.pri
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion qsqlcipher/.qmake.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
load(qt_build_config)
CONFIG += warning_clean

DEFINES += QT_NO_JAVA_STYLE_ITERATORS
Expand Down
2 changes: 2 additions & 0 deletions qsqlcipher/qsqlcipher.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
TARGET = qsqlcipher
TEMPLATE = lib
CONFIG += plugin

QT_FOR_CONFIG += sqldrivers-private

Expand Down