]> git.lyx.org Git - features.git/commit
Cmake build with qt6 on MAC
authorKornel Benko <kornel@lyx.org>
Fri, 26 Mar 2021 12:09:32 +0000 (13:09 +0100)
committerKornel Benko <kornel@lyx.org>
Fri, 26 Mar 2021 12:11:44 +0000 (13:11 +0100)
commita9b0f5faae83d5a44b044bd71d400d03fbe96257
treee88708f489e5ee0f5ab190610d0ab1e234fb441c
parent4671214f3dbc95207eda7cafb37cd0064b11f3e8
Cmake build with qt6 on MAC

Patch from P. De Visschere
Citing:
I also must exclude the QMacPasteboardMimeGraphics class in
GuiApplication.cpp since QMacPasteboard is not available anymore with qt6.

and add an #include <QStandardPaths> in support/Package.cpp (I suppose
this will pose no problem for qt5 but have not checked it, it's only
needed with USE_MACOSX_PACKAGING)
src/frontends/qt/GuiApplication.cpp
src/support/Package.cpp