--- project.py.orig 2024-08-24 13:22:50 +++ project.py 2024-08-24 13:23:37 @@ -216,11 +216,11 @@ if tool in ('build', 'install'): if self.designer_plugin and 'QtDesigner' in self.bindings: self._add_plugin('designer', "Qt Designer", 'pyqt6', - 'designer', others_debug) + 'designer/Py@PYVER@Qt6', others_debug) if self.qml_plugin and 'QtQml' in self.bindings: self._add_plugin('qmlscene', "qmlscene", 'pyqt6qmlplugin', - 'PyQt6', others_debug) + 'Py@PYVER@Qt6', others_debug) # Add the dbus-python support. if self.dbus_python: