Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 15.0.0
-
None
Description
When I try to install a plugin as library file (any .so built with QtC) QtC 15 crashes and my console shows the following error:
SOFT ASSERT [16:07:33.376]: "m_data->pluginSpec" in /home/qt/work/build/qt-creator/src/plugins/coreplugin/plugininstallwizard.cpp:396
It doesn't matter if installing it as User plugins or Qt Creator installation.
I tried that with the minimal plugin generated by QtC as new project and with a plugin I developed. Same result. Both plugins were built using QtC15 from the qt-creator repo (15.0 branch) and Qt 6.8.1 (installed from packages with the maintenance tool).