forked from qt-creator/qt-creator
Conflicts: src/plugins/qmldesigner/qmldesignerprojectmanager.cpp src/plugins/qmlprojectmanager/qmlproject.cpp src/plugins/qmlprojectmanager/qmlproject.h Change-Id: I0c0d59c8e3b8455b6ac575d34fdf49f39388db7a Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tim Jenssen <tim.jenssen@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.