What do I have to do to see my plugins ?
-
I installed Qt 6.5 including the Visual Studio C++ 2022 Community compiler, which MinGW. I created my custom widget using as Kit Desktop Qt 6.5.0 MSVC2019 64bit to compile it. The build was successful, so I put the generated dll in C:\Qt\6.5.0\msvc2019_64\plugins\designer. Making Tools | Form Editor | About Qt Designer Plugins... I don't see my widget, even if I press the Refresh button. If instead I try to put my dll in C:\Qt\Tools\QtCreator\bin\plugins\designer I get a Failed Plugins.
I don't know what to do anymore... Can you help me ? -
I installed Qt 6.5 including the Visual Studio C++ 2022 Community compiler, which MinGW. I created my custom widget using as Kit Desktop Qt 6.5.0 MSVC2019 64bit to compile it. The build was successful, so I put the generated dll in C:\Qt\6.5.0\msvc2019_64\plugins\designer. Making Tools | Form Editor | About Qt Designer Plugins... I don't see my widget, even if I press the Refresh button. If instead I try to put my dll in C:\Qt\Tools\QtCreator\bin\plugins\designer I get a Failed Plugins.
I don't know what to do anymore... Can you help me ?@giorgik63
Do you mean after creating your plugin, you manually copied pasted dll under \YOUR_FOLDER\QtCreator\bin\plugins\designer and the paste did not work? Then that could be a question of writing permission.If not manually copied pasted, could you please first verify the dll wasn't created elsewhere under your project folder?