Qt Creator newbie here ... I can add a custom widget to Qt Designer by placing it into the \qt\plugins\designer folder without problems.
Verified that I used release build when building the custom widget.

In the F.A.Q. it says that if one wants to load custom widgets into Qt Creator you place them into the \bin\designer folder (by default there is only one file in there - qwebview.dll)

I place it in there, but unfortunately nothing happens. I don't see the widget on the component palette when I start the Qt Creator and use the built in designer.

If I click on About plugins within the creator - I do not get the nice information like I do in the desinger - I rather just get a bunch of other plugin information not related to gui design.

I am sure I am missing something simple ... can anyone point me to the right direction?

Thanks.