From faf609da96b5b5a9daf53423cf4ee76c6379ecfc Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 5 Nov 2015 11:58:38 +0100 Subject: [PATCH] Doc: editing CMake configuration files Change-Id: I46f7f55939df9efb090642c979db349ea772cef1 Reviewed-by: Tobias Hunger --- doc/src/projects/creator-projects-cmake.qdoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/src/projects/creator-projects-cmake.qdoc b/doc/src/projects/creator-projects-cmake.qdoc index 4561f3f6b3a..7dc672fde08 100644 --- a/doc/src/projects/creator-projects-cmake.qdoc +++ b/doc/src/projects/creator-projects-cmake.qdoc @@ -93,6 +93,23 @@ Normally, there is no need to pass any command line arguments for projects that are already built, as CMake caches that information. + \section1 Editing CMake Configuration Files + + You can open CMake configuration files in \QC for editing. The following + features are supported: + + \list + + \li Pressing \key F2 when the cursor is on a filename to open the file + + \li Keyword completion + + \li Auto-indentation + + \li Matching parentheses and quotes + + \endlist + \section1 Building CMake Projects \QC builds CMake projects by running \c make, \c mingw32-make,