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:
Enrico Forestieri 2021-10-12 20:23:27 +02:00
parent e59aee4580
commit 47f1fec96c

View File

@ -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 "\$(\$(@))\ "