qtdeclarative/tests
Vladimir Belyavsky 907b0beea3 Fix debug build when FEATURE_qml_debug is OFF
This fixes a number of compiler errors, such us "only virtual
member functions can be marked 'final'"

Pick-to: 6.6 6.5
Change-Id: I0c40d0801e48b5f120e992651dea2219efb8a2dc
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
(cherry picked from commit 65ffcb9550)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-01-24 11:14:02 +00:00
..
auto Fix debug build when FEATURE_qml_debug is OFF 2024-01-24 11:14:02 +00:00
baseline Fix intersections that coincide with a vertex 2024-01-18 17:56:47 +00:00
benchmarks QmlDom: Add const-correctness 2023-09-15 09:01:59 +02:00
global
libfuzzer/qml Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
manual windowembedding: Remove workaround for wrongly placed qmldir file 2024-01-20 14:25:41 +00:00
system Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
testapplications Port sticky.qml manual test to Controls 2 2023-07-21 00:56:03 +02:00
CMakeLists.txt qmlls: build and run tests in CI 2023-11-01 21:30:45 +01: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.