summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/sqlite.pri
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2018-10-01 12:44:55 +0200
committerAndy Shaw <andy.shaw@qt.io>2018-10-16 06:38:34 +0000
commit298c00e530ebef613c355f9af4eb27c05fc4a52f (patch)
tree0c6efe623ae09d3f4fc97db78cdd95cc03c7547d /src/3rdparty/sqlite.pri
parentdc3dd8c5dbf68ad0497faa57d12540088b661147 (diff)
Update bundled sqlite to 3.25.2
[ChangeLog][Third-Party Code] Sqlite was updated to version 3.25.2 Change-Id: I2d74ee924745a5e1edd6fe511777965313a4b77a Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/3rdparty/sqlite.pri')
-rw-r--r--src/3rdparty/sqlite.pri5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/3rdparty/sqlite.pri b/src/3rdparty/sqlite.pri
index 4f3326a817..cb8b888a6a 100644
--- a/src/3rdparty/sqlite.pri
+++ b/src/3rdparty/sqlite.pri
@@ -2,7 +2,10 @@ CONFIG(release, debug|release):DEFINES *= NDEBUG
DEFINES += SQLITE_ENABLE_COLUMN_METADATA SQLITE_OMIT_LOAD_EXTENSION SQLITE_OMIT_COMPLETE SQLITE_ENABLE_FTS3 SQLITE_ENABLE_FTS3_PARENTHESIS SQLITE_ENABLE_FTS5 SQLITE_ENABLE_RTREE
!contains(CONFIG, largefile):DEFINES += SQLITE_DISABLE_LFS
qtConfig(posix_fallocate): DEFINES += HAVE_POSIX_FALLOCATE=1
-winrt: DEFINES += SQLITE_OS_WINRT
+winrt {
+ DEFINES += SQLITE_OS_WINRT
+ QMAKE_CFLAGS += -Gy
+}
qnx: DEFINES += _QNX_SOURCE
!win32:!winrt:!winphone: DEFINES += HAVE_USLEEP=1
integrity: QMAKE_CFLAGS += -include qplatformdefs.h