Update SQLite v3.22.0

This commit is contained in:
Nodir Temirkhodjaev 2018-02-08 15:05:33 +05:00
parent 8f7c81356e
commit f6c955e94b
4 changed files with 218442 additions and 5 deletions

207610
src/3rdparty/sqlite/sqlite3.c vendored Normal file

File diff suppressed because it is too large Load Diff

10827
src/3rdparty/sqlite/sqlite3.h vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
# Latest amalgamated source
sqlite3.c
sqlite3.h

View File

@ -27,14 +27,17 @@ DEFINES += \
SQLITE_OMIT_TEMPDB \
SQLITE_OMIT_TRACE
SQLITE_DIR = $$PWD/../../../3rdparty/sqlite
INCLUDEPATH += $$SQLITE_DIR
SOURCES += \
$$PWD/sqlite3.c \
$$SQLITE_DIR/sqlite3.c \
$$PWD/sqlitedb.cpp \
$$PWD/sqliteengine.cpp \
$$PWD/sqlitestmt.cpp
HEADERS += \
$$PWD/sqlite3.h \
$$SQLITE_DIR/sqlite3.h \
$$PWD/sqlitedb.h \
$$PWD/sqliteengine.h \
$$PWD/sqlitestmt.h