aboutsummaryrefslogtreecommitdiff
path: root/devel/py-qt6-pyqt/files/patch-project.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-qt6-pyqt/files/patch-project.py')
-rw-r--r--devel/py-qt6-pyqt/files/patch-project.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/py-qt6-pyqt/files/patch-project.py b/devel/py-qt6-pyqt/files/patch-project.py
new file mode 100644
index 000000000000..28f9f92d1a07
--- /dev/null
+++ b/devel/py-qt6-pyqt/files/patch-project.py
@@ -0,0 +1,16 @@
+--- project.py.orig 2022-06-17 15:12:18 UTC
++++ project.py
+@@ -217,11 +217,11 @@ del find_qt
+ if tool in ('build', 'install'):
+ if self.designer_plugin and 'QtDesigner' in self.bindings:
+ self._add_plugin('designer', "Qt Designer", 'pyqt6',
+- 'designer', others_debug)
++ '%%PYQT_DESIGNERDIR%%', others_debug)
+
+ if self.qml_plugin and 'QtQml' in self.bindings:
+ self._add_plugin('qmlscene', "qmlscene", 'pyqt6qmlplugin',
+- 'PyQt6', others_debug)
++ '%%PYQT_QMLDIR%%', others_debug)
+
+ # Add the dbus-python support.
+ if self.dbus_python: