mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-01 22:25:26 +02:00
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
This commit is contained in:
parent
a407fa2c47
commit
6b70ffcf3e
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue