From 00b0b8e053122ec052959260f84615059516211c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Tue, 3 Nov 2020 21:28:17 +0100 Subject: [PATCH] Add QtSvg modules for PyQt5. --- src/tasks/pyqt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tasks/pyqt.cpp b/src/tasks/pyqt.cpp index 2f782fe..d156aed 100644 --- a/src/tasks/pyqt.cpp +++ b/src/tasks/pyqt.cpp @@ -285,6 +285,7 @@ std::vector pyqt::modules() "QtGui", "QtWidgets", "QtOpenGL", + "QtSvg", "_QOpenGLFunctions_2_0", "_QOpenGLFunctions_2_1", "_QOpenGLFunctions_4_1_Core"