Search code examples
visual-studio-2012qt-creatorqwt

Can't get qwt_designer_plugin to load in Qt Creator


My setup is:

When I open Qt Creator and edit the UI then go to Tools->Form Editor->About Qt Designer Plugins I see "Cannot load library qwt_designer_plugin.dll:" but no error or reason.

enter image description here


Solution

  • I used Dependency Walker to check the Dll, and QtCreator.exe and all its dependencies are 32-bit whereas my build of qwt_designer_plugin.dll is 64-bit. I wondered if this was causing the problem so I:

    This works fine and I can now see the plugin loaded correctly and add Qwt widgets in the UI designer.