qtdeclarative/tests
Friedemann Kleint fbddf793e9 QtDeclarative/Quick: Fix warnings.
Change-Id: I71bd638fcc41356e0b76df27ec76ad3ed5ef90d9
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
2012-02-16 08:31:17 +01:00
..
auto QtDeclarative/Quick: Fix warnings. 2012-02-16 08:31:17 +01:00
benchmarks Add and use new animation backend. 2012-02-07 05:32:47 +01:00
global
manual/accessibility Remove "All rights reserved" line from license headers. 2012-01-30 23:52:43 +01:00
system Remove "All rights reserved" line from license headers. 2012-01-30 23:52:43 +01:00
testapplications Add support for resizing fonts to fit Text dimensions. 2012-02-06 04:13:08 +01:00
README
tests.pro

README

This directory contains autotests and benchmarks based on QTestlib. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.

Linux X11:

   * The user must be logged in to an active desktop; you can't run the
     autotests without a valid DISPLAY that allows X11 connections.

   * The tests are run against a KDE3 or KDE4 desktop.

   * Window manager uses "click to focus", and not "focus follows mouse". Many
     tests move the mouse cursor around and expect this to not affect focus
     and activation.

   * Disable "click to activate", i.e., when a window is opened, the window
     manager should automatically activate it (give it input focus) and not
     wait for the user to click the window.