forked from qt-creator/qt-creator
param name "interface" is causing Qt Creator build fail when integrating
Froglogic Coco tools with Qt Creator.
Fixes: QTCREATORBUG-25146
Change-Id: If3fa3d44e941089a882deb44ba12dec6d00ad73d
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
(cherry picked from commit f30565873a)
SQLite
Minimum version is the same as the sqlite version in the source tree.
We compile SQLite with the flowing settings:
- SQLITE_THREADSAFE=2
- SQLITE_ENABLE_FTS4
- SQLITE_ENABLE_FTS3_PARENTHESIS
- SQLITE_ENABLE_UNLOCK_NOTIFY
- SQLITE_ENABLE_COLUMN_METADATA
- SQLITE_ENABLE_JSON1
Be prepared that we demand more functionality from SQLite in the future.