summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2010-10-27 11:20:18 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2010-10-27 11:20:18 +0200
commitb7ab04fb34dee24dbbfc8e412790f893094efdd4 (patch)
tree44535e2c48b6bcf7a45092c4c5e5a05b9d1d73ac
parent57f428ed3327dc5c9ad10a46daa6c597b6f73729 (diff)
Added README file.
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..35d7f0d
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+Requirements:
+ - Qt Autotester requires Qt 4.6 or higher
+ - Runs on Windows, Mac OS and Linux
+
+Build:
+> qmake
+> make
+
+Usage:
+ - Add a Qt location by clicking the "+" icon on the top-left of the window
+ and select the qmake executable.
+ - You need to add a Qt location for each version of Qt you want to run auto-tests
+ for (e.g. 4.6, 4.7, master)
+ - Select in the list the auto-tests you want to run then click "Run Tests".
+ - You can save a list of auto-tests in a profile. The actions for profile editing
+ are located on the bottom-left of the window.
+ - When an auto-test fails, you can get the details by clicking on it in the main view.
+ - If the version of Qt you are testing is built for Symbian, the auto-tests are
+ automatically run on the device (if any is plugged).