[Interest] Output-variable signature of qt_wrap_cpp deprecated

2024-08-18 Thread Jonas Kvinge
Hi, I recently see the following warning: CMake Warning at /usr/local/qt6/lib64/cmake/Qt6Core/Qt6CoreMacros.cmake:184 (message): You are using the output-variable signature of qt6_wrap_cpp(), which is deprecated. Instead, use the newer signature that takes the target as the first argument.

Re: [Interest] macdeployqt signing stuck in GitHub Actions

2023-10-15 Thread Jonas Kvinge
On 15.10.2023 15:15, Jonas Kvinge wrote: Hi, When running macdeployqt in Github Actions on the macos-11 or macos-13 runners, the codesign process gets stuck for 6 hours before it times out. If I copy one of the libraries and sign it directly with codesign, it works. There isn't the

[Interest] macdeployqt signing stuck in GitHub Actions

2023-10-15 Thread Jonas Kvinge
Hi, When running macdeployqt in Github Actions on the macos-11 or macos-13 runners, the codesign process gets stuck for 6 hours before it times out. If I copy one of the libraries and sign it directly with codesign, it works. There isn't the same issue my self-hosted macOS Ventura arm64 runne

Re: [Interest] macdeployqt codesign verification error

2023-10-15 Thread Jonas Kvinge
On 26.09.2023 16:25, Jonas Kvinge wrote: Hi, macdeployqt fails codesign verification: ERROR: codesign verification error: ERROR: "strawberry.app: code has no resources but signature indicates they must be present\nIn subcomponent: /Users/jonas/Projects/strawberry/build/strawberr

[Interest] macdeployqt codesign verification error

2023-09-26 Thread Jonas Kvinge
Hi, macdeployqt fails codesign verification: ERROR: codesign verification error: ERROR: "strawberry.app: code has no resources but signature indicates they must be present\nIn subcomponent: /Users/jonas/Projects/strawberry/build/strawberry.app/Contents/Frameworks/QtGui.framework\n" Same thin

Re: [Interest] macOS QWidget::createWindowContainer() broken in Qt 6.5.1 and 6.5.2

2023-09-19 Thread Jonas Kvinge
On 19.09.2023 13:04, Tor Arne Vestbø wrote: Hi, Try https://codereview.qt-project.org/c/qt/qtbase/+/493791 It works, thanks. Jonas ___ Interest mailing list Interest@qt-project.org https://

[Interest] macOS QWidget::createWindowContainer() broken in Qt 6.5.1 and 6.5.2

2023-09-19 Thread Jonas Kvinge
Hi, A native NSSearchField on macOS that is added through QWidget::createWindowContainer() is invisible in both Qt 6.5.1 and 6.5.2, while it worked in Qt 6.5.0. It also works in dev and the latest 6.6 beta, so the bug seems to be already fixed. However, I can't find a bug report for it, or the