summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-07-12 13:56:23 +0200
committerEike Ziller <eike.ziller@qt.io>2022-07-12 13:56:23 +0200
commit90a03391d73034645b85be0d622d5f17d080ebae (patch)
treea7e65421be856db997f73353c31d56ad3c69463d /README.md
parentd1dbff3e6ff6da7b580f81ce4d0e9fce3acf5eff (diff)
parent894a62325a090fe50b19391f39f088c4ba4a29d5 (diff)
downloadqt-creator-90a03391d73034645b85be0d622d5f17d080ebae.tar.gz
Merge remote-tracking branch 'origin/8.0'
Change-Id: I37a1f78caf9ae258c6b052efa3be15b3dbcbe164
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index f762325971..52409e198d 100644
--- a/README.md
+++ b/README.md
@@ -149,6 +149,16 @@ like Qt and LLVM, additionally run
cmake --install . --prefix /path/to/qtcreator_install --component Dependencies
+### Performance Analyzer
+
+If you have not installed Qt with the Maintenance Tool, you must
+either set the path to the `perfparser` executable as a value of
+the `PERFPROFILER_PARSER_FILEPATH` environment variable or copy
+the executable to from the Qt Creator installation directory to
+the build directory. That is, copy it from
+`/path/to/qtcreator_install/Tools/QtCreator/libexec/qtcreator/` to
+/path/to/qtcreator_buid/libexec/qtcreator/`.
+
## Getting LLVM/Clang for the Clang Code Model
The Clang code model uses `Clangd` and the ClangFormat plugin depends on the