Index: docs/JSONCompilationDatabase.rst =================================================================== --- docs/JSONCompilationDatabase.rst +++ docs/JSONCompilationDatabase.rst @@ -33,6 +33,9 @@ of compilation databases for Unix Makefile builds (Ninja builds in the works) with the option ``CMAKE_EXPORT_COMPILE_COMMANDS``. +Projects using `qbs ` (since 1.7.0) can generate +a compilation database with `qbs generate --generator clangdb`. + For projects on Linux, there is an alternative to intercept compiler calls with a tool called `Bear `_.