qt5base-lts/tests/manual/windowactivation/windowactivation.pro
Paul Olav Tvete b869d9b768 Add manual test for window activation
This is a manual test of QWindow::requestActivate() and how it
interacts with implicit activation from the window system. Written in
order to test QtWayland, but hopefully also useful for testing on other
platforms.

Task-number: QTBUG-91542
Change-Id: Id18dc6d146d213a7c730cff343d9fc25f6c42514
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
2021-09-30 20:51:52 +02:00

7 lines
93 B
Prolog

QT += widgets
TEMPLATE = app
TARGET = windowactivation
INCLUDEPATH += .
SOURCES += main.cpp