Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / tests / README
1 This directory contains autotests and benchmarks based on QTestlib. In order
2 to run the autotests reliably, you need to configure a desktop to match the
3 test environment that these tests are written for.
4
5 Linux X11:
6
7    * The user must be logged in to an active desktop; you can't run the
8      autotests without a valid DISPLAY that allows X11 connections.
9
10    * The tests are run against a KDE3 or KDE4 desktop.
11
12    * Window manager uses "click to focus", and not "focus follows mouse". Many
13      tests move the mouse cursor around and expect this to not affect focus
14      and activation.
15
16    * Disable "click to activate", i.e., when a window is opened, the window
17      manager should automatically activate it (give it input focus) and not
18      wait for the user to click the window.