diff --git a/doc/src/overview/creator-overview.qdoc b/doc/src/overview/creator-overview.qdoc index 792c54bd3df..fdae1cc6851 100644 --- a/doc/src/overview/creator-overview.qdoc +++ b/doc/src/overview/creator-overview.qdoc @@ -80,7 +80,8 @@ \li \b {\l{Building and Running}} \QC is integrated with cross-platform systems for build - automation: qmake and CMake. In addition, you can import + automation: qmake, Qbs, CMake, and Autotools. In addition, you + can import projects as \e {generic projects} and fully control the steps and commands used to build the project. diff --git a/doc/src/projects/creator-projects-other.qdoc b/doc/src/projects/creator-projects-other.qdoc index 85aab3d67f0..b363458c971 100644 --- a/doc/src/projects/creator-projects-other.qdoc +++ b/doc/src/projects/creator-projects-other.qdoc @@ -31,7 +31,9 @@ \title Using Other Build Systems \QC project wizards create projects that are configured to use qmake. Most - of the instructions in this manual apply to using qmake. + of the instructions in this manual apply to using qmake. However, \QC is + also integrated to other build systems, as described in the the following + sections: \list