Skip to content

Fix Allow building without PythonQt_QtAll

Joachim Pouderoux requested to merge FixPythonQtPlugin into master

Building PythonQt_QtAll requires all Qt Modules to be built and Qt Features enables (e.g With OpenSSL), therefore it should be optional. Additionnaly, without it, PythonQt_init_QtBindings should be called to allow custom PythonQt wrapping, otherwise only very limited built-in modules are built. This is simillar to the old behavior.

Merge request reports