aboutsummaryrefslogtreecommitdiffstats
path: root/qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-08-20 13:43:11 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-08-20 11:58:18 +0000
commit3336baad129e6496f809b9a26fc258df53837109 (patch)
treef40d8eaf3fc71332cda5eadd71c2a974cf5506cb /qbs
parent028d4b54aa1de8e3e3aab0b37014b259030481a4 (diff)
Fix references to the clang code model documentation file
Was forgotten in 7ab07a4e8f. Change-Id: I2c6d21b79658e3946eb6ecdcf7b11992c0bf865e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/modules/libclang/libclang.qbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/qbs/modules/libclang/libclang.qbs b/qbs/modules/libclang/libclang.qbs
index b13ba888ff..435b8b786a 100644
--- a/qbs/modules/libclang/libclang.qbs
+++ b/qbs/modules/libclang/libclang.qbs
@@ -61,7 +61,8 @@ Module {
if (!clangProbe.found) {
console.warn("No usable libclang version found."
+ " Set LLVM_INSTALL_DIR to build the Clang Code Model."
- + " For details, see doc/src/editors/creator-clang-codemodel.qdoc.");
+ + " For details, see"
+ + " doc/src/editors/creator-only/creator-clang-codemodel.qdoc.");
throw new Error();
}
}