Skip to content

Commit

Permalink
qt/5.15.11: Expose QSvgPlugin and QSvgIconPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fnadeau committed Oct 29, 2023
1 parent 42ff589 commit e5703e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/qt/5.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,8 @@ def _create_plugin(pluginname, libname, plugintype, requires):

if self.options.qtsvg and self.options.gui:
_create_module("Svg", ["Gui"])
_create_plugin("QSvgIconPlugin", "qsvgicon", "iconengines", [])
_create_plugin("QSvgPlugin", "qsvg", "imageformats", [])

if self.options.qtwayland and self.options.gui:
_create_module("WaylandClient", ["Gui", "wayland::wayland-client"])
Expand Down

0 comments on commit e5703e1

Please sign in to comment.