aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2022-05-05 21:16:08 +0200
committerRobert Löhning <robert.loehning@qt.io>2022-05-09 09:53:45 +0000
commit83736649a7196667f68931e70c27dde830d43b8c (patch)
tree90605756f158de40777390b2b17eea1fd9ec163f
parent03f0997b1e6c03e39140ebaa3ebb9202cb7e4417 (diff)
Squish: Remove outdated comment from Readme
Change-Id: I480756cf9c6be999d0a7c08476609e8f470a1221 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--tests/system/README5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/system/README b/tests/system/README
index 890dc3caa6..9e1a5d4264 100644
--- a/tests/system/README
+++ b/tests/system/README
@@ -63,10 +63,7 @@ Fifth - you'll have to make sure that some needed tools are available (no matter
* wget or curl, capable of HTTPS
Normally it should be okay to just install them as usual and add their executables' path(s) to the PATH variable.
-Sixth - Qt Creator must be built on a Qt without Qt WebEngine or Qt WebKit. Its ClangCodeModel
-plugin should be linked to LLVM/Clang 7.0.0 or later. How to do so, see QTCREATOR_REPO/README.md.
-With a lower version, the tests for the ClangCodeModel might fail. Without the plugin, the tests for
-the ClangCodeModel will be skipped but will not cause failures.
+Sixth - Qt Creator must be built on a Qt without Qt WebEngine or Qt WebKit.
On macOS make sure you are using the correct keyboard layout to avoid problems when using keyboard interaction. Tested and known to be
working would be 'U.S. International - PC', while pure 'U.S.' had problems.