summaryrefslogtreecommitdiff
path: root/tests/system/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/README')
-rw-r--r--tests/system/README12
1 files changed, 10 insertions, 2 deletions
diff --git a/tests/system/README b/tests/system/README
index c1c18284d9..c220aa5267 100644
--- a/tests/system/README
+++ b/tests/system/README
@@ -11,8 +11,8 @@ On Linux/Mac this is ~/QtSDK, and on Windows this is C:\QtSDK.
After installing the QtSDK you should use the package manager of the QtSDK (SDKMaintenanceTool) to add some more packages.
You'll need at least Desktop Qt versions 4.7.4, 4.8.0, Harmattan stuff (except QEmu), Maemo Toolchain, Qt Examples, Simulator, Documentation files.
-Third - some of the test suites/test cases expect Qt 5.0.1 and Qt 5.2.1 installed in its default location.
-On Linux/Mac this is ~/Qt5.0.1 or ~/Qt5.2.1, and on Windows this is C:\Qt\Qt5.0.1 or C:\Qt\Qt5.2.1.
+Third - some of the test suites/test cases expect Qt 5.2.1 and Qt 5.3.1 installed in its default location.
+On Linux/Mac this is ~/Qt5.2.1 or ~/Qt5.3.1, and on Windows this is C:\Qt\Qt5.2.1 or C:\Qt\Qt5.3.1.
Fourth - you'll have to provide some additional repositories (and for the hooking into subprocesses even some more Squish bundles, see below).
These additional repositories are located inside ~/QtSDK/src or C:\QtSDK\src (depending on the OS you're on).
@@ -32,6 +32,14 @@ Normally it should be okay to just install them as usual and add their executabl
Attention! If any of these prerequisites cannot be satisfied the tests will likely fail (or not run at all).
+Prerequisites - testing on Qt4
+------------------------------
+If you want to test a Qt Creator based on Qt4, you should make sure that your build of Qt contains the change
+98530cbc3a0bbb633bab96eebb535d7f92ecb1fa
+Qt 4.8.7 will contain this change.
+Additionally, you'll have to set the variable isQt4Build to "True" in shared/classes.py.
+
+
Prerequisites - hooking into subprocesses
-----------------------------------------
The usage of the hook-into subprocess has following prerequisites: