aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2024-01-22 11:39:25 +0100
committerRobert Löhning <robert.loehning@qt.io>2024-02-06 08:07:44 +0000
commita0bd498b3125f6f633e45a71d431b256c0536a76 (patch)
tree870ea38a174641e9d1397e6d669dfea10723b8b8
parent226f8915b71f1cdb03a75809b4d18a93aab5b4a3 (diff)
SquishTests: Explicitly require needed toolsv12.0.2
Change-Id: I3682a01e97495ad8bc53f7cca033f91c9e0df8b5 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--tests/system/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/system/README b/tests/system/README
index 9e5843da25..1174b18187 100644
--- a/tests/system/README
+++ b/tests/system/README
@@ -41,6 +41,8 @@ This folder must contain a QtCreator repository (or source copy) of tag v6.0.1 n
without any submodules initialized.
Fourth - you'll have to make sure that some needed tools are available (no matter on which OS you're on).
+ * the compilers and debuggers of the toolchains listed in step 2
+ * git with globally configured user.name and user.email
* cmake 3.14 or newer
* 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.