]> git.lyx.org Git - lyx.git/commit
Fix build with Qt6
authorEnrico Forestieri <forenr@lyx.org>
Tue, 12 Oct 2021 18:23:27 +0000 (20:23 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 12 Oct 2021 18:23:27 +0000 (20:23 +0200)
commit47f1fec96cbde8a6da739a9bedb4b22df0027976
tree064b8dc4621f114c11203e9ad411bae5d7e027d4
parente59aee45801f6f61489a4be3162b4c43f6b8a658
Fix build with Qt6

In Qt6 the Svg includes are split into two different subdirs,
namely QtSvg and QtSvgWidgets. So, after 0862042b, it is necessary
to also account for the last one. Nothing needs to be done for Qt5.
config/qt.m4