qtdeclarative/tests
Ulf Hermann 1a4b0929de QtQuick.Shapes: Declare dependency on QtQuick
Otherwise qmllint and other tools won't know what QQuickItem is in this
context.

Pick-to: 6.1
Change-Id: I68da08cf2c41f17a2623f30303ac8f66b7b9329a
Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-02-22 10:58:45 +01:00
..
auto QtQuick.Shapes: Declare dependency on QtQuick 2021-02-22 10:58:45 +01:00
benchmarks Import property benchmarks from private repo 2021-02-04 09:29:59 +01:00
global
libfuzzer/qml Restore libfuzzer pro files 2021-01-20 15:23:08 +01:00
manual Prefer qHypot() over sqrt(a sum of squares) 2021-02-01 16:40:27 +01:00
system Remove QRegExpValidator usages 2020-03-18 16:02:36 +01:00
testapplications QML engine: Deprecate DefaultMethod 2020-12-03 21:12:42 +01:00
.prev_CMakeLists.txt CMake: Regenerate and adapt to merge from dev 2020-03-12 14:05:23 +00:00
CMakeLists.txt CMake: Regenerate and adapt to merge from dev 2020-03-12 14:05:23 +00:00
README

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.