forked from qt-creator/qt-creator
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:
@@ -138,7 +138,7 @@ For detailed information on the supported compilers, see
|
||||
the location of libclang.dll/.so that you want to be used.
|
||||
See more info in the section "Prebuilt LLVM/Clang packages".
|
||||
* 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.
|
||||
Please see <https://wiki.qt.io/Building_Qt_5_from_Git> for
|
||||
|
@@ -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();
|
||||
}
|
||||
}
|
||||
|
@@ -1 +1 @@
|
||||
See ../../../doc/src/editors/creator-clang-codemodel.qdoc
|
||||
See ../../../doc/src/editors/creator-only/creator-clang-codemodel.qdoc
|
||||
|
@@ -85,7 +85,7 @@ FORMS += clangprojectsettingswidget.ui
|
||||
|
||||
DISTFILES += \
|
||||
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) {
|
||||
HEADERS += \
|
||||
|
@@ -126,7 +126,7 @@ QtcPlugin {
|
||||
fileTags: []
|
||||
files: [
|
||||
"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",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user