From 6b70ffcf3ea38d3d8c8a07942615f48da2038c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Simon=20Fauteux-Chapleau?= Date: Sun, 30 Mar 2025 17:52:35 -0400 Subject: [PATCH] QWK: fix build issue with version 6.8 of Qt This commit updates QWindowKit in order to fix the following build issue on Qt 6.8: https://github.com/stdware/qwindowkit/pull/154 GitLab: #1944 Change-Id: Iab82514b51577148ff5dc1ba382f8bb517c94f8a --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 622bf710..a9399990 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,6 +76,7 @@ list(APPEND QWINDOWKIT_OPTIONS QWINDOWKIT_BUILD_WIDGETS OFF QWINDOWKIT_INSTALL OFF QWINDOWKIT_BUILD_STATIC ON + QWINDOWKIT_BUILD_QUICK ON ) if(WIN32) @@ -105,7 +106,7 @@ endif() add_fetch_content( TARGET qwindowkit URL https://github.com/stdware/qwindowkit.git - BRANCH 79b1f3110754f9c21af2d7dacbd07b1a9dbaf6ef + BRANCH 758b00cb6c2d924be3a1ea137ec366dc33a5132d PATCHES ${QWINDOWKIT_PATCHES} OPTIONS ${QWINDOWKIT_OPTIONS} )