]> git.lyx.org Git - lyx.git/commit
Cmake build wit qt(5|6)(macos) did not include "plugins"
authorPatrick de Visschere <pdvisschere@edpnet.be>
Sat, 23 Mar 2024 10:25:27 +0000 (11:25 +0100)
committerKornel Benko <kornel@lyx.org>
Sat, 23 Mar 2024 10:28:31 +0000 (11:28 +0100)
commit58aca890037e744a3bbe77c68946dcc9984304f1
tree593ee8cdb0e6b65c1ff8d32590c655c27572699c
parent4dfebbe9da27ff500b8245858322f1baeb00100b
Cmake build wit qt(5|6)(macos) did not include "plugins"

This makes things much simpler.

But at least with the latest macos tools (Sonoma and XCode15) a bundle
refuses to run if it 's not signed properly.

Both issues are solved with the patch included and have now been tested
with Qt5.15 and Qt6.7.

For completeness: I've checked the font-emph shortcut issue and, as
reported in the ticket mentioned, ^CmdE works with Qt5.15 but not with
Qt6.7. However the sequence ^C E does work. I don't know whether this is
intended as a workaround for this issue or was already implemented.
development/cmake/post_install/CMakeLists.txt