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>
This commit is contained in:
Christian Kandeler
2018-08-20 13:43:11 +02:00
parent 028d4b54aa
commit 3336baad12
5 changed files with 6 additions and 5 deletions

View File

@@ -138,7 +138,7 @@ For detailed information on the supported compilers, see
the location of libclang.dll/.so that you want to be used. the location of libclang.dll/.so that you want to be used.
See more info in the section "Prebuilt LLVM/Clang packages". See more info in the section "Prebuilt LLVM/Clang packages".
* When you launch Qt Creator, activate the Clang Code Model plugin as * When you launch Qt Creator, activate the Clang Code Model plugin as
described in doc/src/editors/creator-clang-codemodel.qdoc. described in doc/src/editors/creator-only/creator-clang-codemodel.qdoc.
11. You are now ready to configure and build Qt and Qt Creator. 11. You are now ready to configure and build Qt and Qt Creator.
Please see <https://wiki.qt.io/Building_Qt_5_from_Git> for Please see <https://wiki.qt.io/Building_Qt_5_from_Git> for

View File

@@ -61,7 +61,8 @@ Module {
if (!clangProbe.found) { if (!clangProbe.found) {
console.warn("No usable libclang version found." console.warn("No usable libclang version found."
+ " Set LLVM_INSTALL_DIR to build the Clang Code Model." + " 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(); throw new Error();
} }
} }

View File

@@ -1 +1 @@
See ../../../doc/src/editors/creator-clang-codemodel.qdoc See ../../../doc/src/editors/creator-only/creator-clang-codemodel.qdoc

View File

@@ -85,7 +85,7 @@ FORMS += clangprojectsettingswidget.ui
DISTFILES += \ DISTFILES += \
README \ README \
$${IDE_SOURCE_TREE}/doc/src/editors/creator-clang-codemodel.qdoc $${IDE_SOURCE_TREE}/doc/src/editors/creator-only/creator-clang-codemodel.qdoc
equals(TEST, 1) { equals(TEST, 1) {
HEADERS += \ HEADERS += \

View File

@@ -126,7 +126,7 @@ QtcPlugin {
fileTags: [] fileTags: []
files: [ files: [
"README", "README",
project.ide_source_tree + "/doc/src/editors/creator-clang-codemodel.qdoc", project.ide_source_tree + "/doc/src/editors/creator-only/creator-clang-codemodel.qdoc",
] ]
} }
} }