]> git.lyx.org Git - lyx.git/commit
Enable QWindowsMimeMetafile with Qt6
authorEnrico Forestieri <forenr@lyx.org>
Sun, 17 Oct 2021 13:06:05 +0000 (15:06 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 17 Oct 2021 13:06:05 +0000 (15:06 +0200)
commit771f30e9463d8d7bf7acd4dfc564f462b28eae16
tree7defa12dd568b5f4c1d97d61d66e7b1c32e615ac
parent21366155e4a7dc18f685f6ea357287392acd62c9
Enable QWindowsMimeMetafile with Qt6

The QWinMime class has been removed in Qt6 but the functionality
is still present. However, one has to allow inclusion of private
headers and register the mime handling to the QWindowsApplication
native interface.
config/qt.m4
src/frontends/qt/GuiApplication.cpp