qtdeclarative/tests
Christian Kandeler c70b046648 Fix some compiler warnings in tests and examples.
Change-Id: Ia739c995005635caf6fd0bd4e495ed8567350e83
Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
2014-01-15 10:45:05 +01:00
..
auto Fix some compiler warnings in tests and examples. 2014-01-15 10:45:05 +01:00
benchmarks Add fine-grained QML / QtQuick performance benchmarks 2013-10-01 23:58:02 +02:00
global test: Add 5.0.0/5.1.0 bic data for linux-gcc-ia32 2013-07-20 09:42:08 +02:00
manual Rename v4 to qmljs 2013-10-22 10:00:04 +02:00
system
testapplications Replace qt.nokia.com by www.qt-project.org in tests. 2013-07-15 15:40:43 +02: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.