mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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.
This commit is contained in:
parent
e59aee4580
commit
47f1fec96c
@ -440,6 +440,7 @@ qtHaveModule(core5compat): QT += core5compat
|
||||
qtHaveModule(concurrent): QT += concurrent
|
||||
qtHaveModule(gui): QT += gui
|
||||
qtHaveModule(svg): QT += svg
|
||||
qtHaveModule(svgwidgets): QT += svgwidgets
|
||||
qtHaveModule(widgets): QT += widgets
|
||||
percent.target = %
|
||||
percent.commands = @echo -n "\$(\$(@))\ "
|
||||
|
Loading…
Reference in New Issue
Block a user