SquishTests: Explicitly require needed tools

Change-Id: I3682a01e97495ad8bc53f7cca033f91c9e0df8b5
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Löhning
2024-01-22 11:39:25 +01:00
parent 226f8915b7
commit a0bd498b31

View File

@@ -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.