forked from qt-creator/qt-creator
Removes qmake as a build system for building Qt Creator itself. Keep them for some tests that are not completely moved to CMake yet. Change-Id: I846c6ef65626b6dfae6375fdc85d00677aa8c2fb Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
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_FTS5
- SQLITE_ENABLE_UNLOCK_NOTIFY
- SQLITE_ENABLE_COLUMN_METADATA
- SQLITE_ENABLE_JSON1
Be prepared that we demand more functionality from SQLite in the future.