From 4ede419533b5fe148b2c47711f82739d36991ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 2 Aug 2023 13:15:54 +0200 Subject: [PATCH] tst_foreignwindow: Run test with high-DPI disabled To avoid having to take high-DPI scaling into account for geometry calculations/comparisons. Pick-to: 6.6 Change-Id: I941b74781264455b70520df8d1e6e91592e00310 Reviewed-by: Friedemann Kleint Reviewed-by: Alexandru Croitor --- tests/auto/gui/kernel/qwindow/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/gui/kernel/qwindow/CMakeLists.txt b/tests/auto/gui/kernel/qwindow/CMakeLists.txt index f65cf6bede..0c4a6e877e 100644 --- a/tests/auto/gui/kernel/qwindow/CMakeLists.txt +++ b/tests/auto/gui/kernel/qwindow/CMakeLists.txt @@ -22,6 +22,7 @@ qt_internal_add_test(tst_qwindow if(APPLE OR WIN32) qt_internal_add_test(tst_foreignwindow + LOWDPI SOURCES tst_foreignwindow.cpp LIBRARIES