From e3f1695143822db7210929efe85903cc1f34f940 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. Change-Id: I941b74781264455b70520df8d1e6e91592e00310 Reviewed-by: Friedemann Kleint Reviewed-by: Alexandru Croitor (cherry picked from commit 4ede419533b5fe148b2c47711f82739d36991ce4) Reviewed-by: Qt Cherry-pick Bot --- 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 5ddda80c2a1..5117526b9c6 100644 --- a/tests/auto/gui/kernel/qwindow/CMakeLists.txt +++ b/tests/auto/gui/kernel/qwindow/CMakeLists.txt @@ -16,6 +16,7 @@ qt_internal_add_test(tst_qwindow if(APPLE OR WIN32) qt_internal_add_test(tst_foreignwindow + LOWDPI SOURCES tst_foreignwindow.cpp LIBRARIES