From 8e943bbf5de795d3bffbe843f5ddb26b6943317b Mon Sep 17 00:00:00 2001 From: Sergey Gusarov Date: Thu, 12 Apr 2012 19:15:15 +0400 Subject: Apply Qt config option "-no-largefile" to SQLite make process This patch fixes compilation error if there is no 64 bit support in compiler. Task-number: QTBUG-15395 Change-Id: Ife4afb05491d36af93bf4ad3ba8fa227710655f0 Reviewed-by: Oswald Buddenhagen --- src/3rdparty/sqlite.pri | 1 + 1 file changed, 1 insertion(+) (limited to 'src/3rdparty') diff --git a/src/3rdparty/sqlite.pri b/src/3rdparty/sqlite.pri index 575412da09..e8fa827b13 100644 --- a/src/3rdparty/sqlite.pri +++ b/src/3rdparty/sqlite.pri @@ -1,4 +1,5 @@ CONFIG(release, debug|release):DEFINES *= NDEBUG DEFINES += SQLITE_OMIT_LOAD_EXTENSION SQLITE_OMIT_COMPLETE +!contains(CONFIG, largefile):DEFINES += SQLITE_DISABLE_LFS INCLUDEPATH += $$PWD/sqlite SOURCES += $$PWD/sqlite/sqlite3.c -- cgit v1.2.3