diff options
author | Kai Köhne <kai.koehne@qt.io> | 2021-03-29 16:27:33 +0200 |
---|---|---|
committer | Kai Köhne <kai.koehne@qt.io> | 2021-05-07 21:06:58 +0200 |
commit | d5c3e1336bce42df53d4b525237244486ba5422d (patch) | |
tree | 778c5a60d826ae470b20480b9996c80a4a4691b2 /config_help.txt | |
parent | 5c29f981fa069907678f961cf58ecefd64bf268b (diff) | |
download | qtbase-d5c3e1336bce42df53d4b525237244486ba5422d.tar.gz |
Allow to load -developer-build without configurations into an IDE
Let -developer-build, -cmake-file-api set up the CMake File API query,
so that the build can be loaded directly into IDE's like Qt Creator.
[ChangeLog][Build System] configure -developer-build now sets up
the CMake File API query, so that a build can be loaded without
reconfiguration into Qt Creator and other IDE's. Pass
-developer-build -no-cmake-file-api to configure to disable this.
Fixes: QTBUG-89487
Change-Id: I69199b8f96da02e42e5610aa6f49881c1582f7da
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r-- | config_help.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_help.txt b/config_help.txt index f010cccf1a..c89479252e 100644 --- a/config_help.txt +++ b/config_help.txt @@ -57,6 +57,8 @@ Build options: CMake instead of auto-detecting one. -cmake-use-default-generator ... Turn off auto-detection of the CMake build system generator. + -cmake-file-api ...... Let CMake store build metadata for loading the build + into an IDE. [no; yes if -developer-build] -no-guess-compiler ... Do not guess the compiler from the target mkspec. -release ............. Build Qt with debugging turned off [yes] -debug ............... Build Qt with debugging turned on [no] |