forked from qt-creator/qt-creator
Sqlite: Update to 37.2
Change-Id: I43087c35249af1abee5a2172f29dc998c7babd0d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -44,7 +44,7 @@ add_qtc_library(Sqlite
|
||||
sqlitelibraryinitializer.cpp sqlitelibraryinitializer.h
|
||||
)
|
||||
|
||||
extend_qtc_library(Sqlite DEFINES _HAVE_SQLITE_CONFIG_H)
|
||||
extend_qtc_library(Sqlite DEFINES SQLITE_CUSTOM_INCLUDE=config.h)
|
||||
|
||||
if (APPLE)
|
||||
extend_qtc_library(Sqlite DEFINES _BSD_SOURCE)
|
||||
|
||||
@@ -52,7 +52,7 @@ HEADERS += \
|
||||
$$PWD/sqliteindex.h \
|
||||
$$PWD/sqlitebasestatement.h
|
||||
|
||||
DEFINES += _HAVE_SQLITE_CONFIG_H SQLITE_CORE
|
||||
DEFINES += SQLITE_CUSTOM_INCLUDE=config.h SQLITE_CORE
|
||||
|
||||
CONFIG(debug, debug|release): DEFINES += SQLITE_ENABLE_API_ARMOR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user