qt5base-lts/tests
Fabian Kosmale 524c187af3 QProperty: Cleanup QPropertyAlias leftovers
This removes traces of QPropertyAlias which is internal API which is
a) not really working even before this change (no compatibility with
   QBindableInterface due to QPropertyAlias not being derived from
   QUntypedPropertyData)
b) not used anywhere

For BIC reasons, we need to keep some methods still around until Qt 7,
though.

Change-Id: I5bb4735a4c88cba275dc2cc6e29a46ca09622059
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2021-05-11 22:22:08 +02:00
..
auto QProperty: Cleanup QPropertyAlias leftovers 2021-05-11 22:22:08 +02:00
baselineserver
benchmarks Make loop variables references in date benchmark 2021-04-27 15:34:50 +02:00
global
libfuzzer Fuzzing: Test different calendar systems 2021-04-26 17:51:38 +02:00
manual Lowercase system includes and lib names for Windows, fix cross compiling 2021-04-23 14:31:04 +03:00
shared Move QEMU emulation detector to QTest 2021-02-13 10:02:51 +02:00
testserver
CMakeLists.txt
README

This directory contains autotests and benchmarks based on Qt Test. 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.