--- project.py.orig	2021-09-20 16:05:20.000000000 -0400
+++ project.py	2021-09-20 16:14:28.000000000 -0400
@@ -210,11 +210,11 @@
         if tool in ('build', 'install'):
             if self.designer_plugin and 'QtDesigner' in self.bindings:
                 self._add_plugin('designer', "Qt Designer", 'pyqt5',
-                        'designer', others_debug)
+                        'designer/Py@PYVER@Qt5', others_debug)
 
             if self.qml_plugin and 'QtQml' in self.bindings:
                 self._add_plugin('qmlscene', "qmlscene", 'pyqt5qmlplugin',
-                        'PyQt5', others_debug)
+                        'Py@PYVER@Qt5', others_debug)
 
         # Add the dbus-python support.
         if self.dbus_python:
