mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:25:18 +00:00
Update SQLite v3.22.0
This commit is contained in:
parent
8f7c81356e
commit
f6c955e94b
207610
src/3rdparty/sqlite/sqlite3.c
vendored
Normal file
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
10827
src/3rdparty/sqlite/sqlite3.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3
src/ui/db/sqlite/.gitignore
vendored
3
src/ui/db/sqlite/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
# Latest amalgamated source
|
||||
sqlite3.c
|
||||
sqlite3.h
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user