aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-11-15 09:52:30 +0100
committerKai Koehne <kai.koehne@qt.io>2016-11-16 11:42:57 +0000
commitab16549024c67f55f61e1c2f2d4b8a9f5e48b37a (patch)
tree27c40f1632519895b3101724261c5a4eace706e8 /README.md
parentf0115b666493aade88b917fb3a26d395d0f654c9 (diff)
Document building QtC with system qbs
Change-Id: I551d2a909db7875183b74160cedc958b4a1d5e8c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
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 ab907a13ed..ad73f244a1 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ Prerequisites:
* On Mac OS X: latest Xcode
* On Linux: g++ 4.8 or later
* LLVM 3.9.0 or later (optional, needed for the Clang Code Model)
+* Qbs 1.7.x (optional, sources also contain Qbs itself)
The installed toolchains have to match the one Qt was compiled with.
@@ -33,6 +34,8 @@ You can build Qt Creator with
# Optional, needed for the Clang Code Model:
export LLVM_INSTALL_DIR=/path/to/llvm (or "set" on Windows)
+ # Optional, needed to let the QbsProjectManager plugin use system Qbs:
+ export QBS_INSTALL_DIR=/path/to/qbs
cd $SOURCE_DIRECTORY
qmake -r