summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-09-07 13:13:30 +0200
committerEike Ziller <eike.ziller@qt.io>2021-09-07 13:16:11 +0000
commit8e652e1586d0bb4877858cbef9882eb0f01fa005 (patch)
tree70b5f2fb433a3e33d3d89936b6016241ce53d022 /README.md
parent1b723f6fd95dee16c8c42c7e450f20668c12b837 (diff)
downloadqt-creator-8e652e1586d0bb4877858cbef9882eb0f01fa005.tar.gz
Do not build Qbs by default
Compiling Qbs takes time and is not strictly necessary for the Qbs integration in Qt Creator. We still want to build it for the release, but let's not build it by default anymore. [ChangeLog][Building from Sources] Qbs is not built anymore by default. Pass -DBUILD_QBS=ON on the CMake command line to enable it. Change-Id: Ic5793e26c7f6a7ac92931777e5d77cef2c8bf888 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d3f566f5c8..6274362ab4 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,9 @@ the first `cmake` call. If you want to build in release mode, change the build
type to `-DCMAKE_BUILD_TYPE=Release`. You can also build with release
optimizations but debug information with `-DCMAKE_BUILD_TYPE=RelWithDebInfo`.
+You can find more options in the generated CMakeCache.txt file. For instance,
+building of Qbs together with Qt Creator can be enabled with `-DBUILD_QBS=ON`.
+
Installation is not needed. It is however possible, using
cmake --install . --prefix /path/to/qtcreator_install