hi all,
I'm using Qt5 alpha and i want to create custom plugin in Qtdesigner. I've went into all of procedures and all of them were straightforward. until
I've created my plugin dll in (qt installed dir)/plugins/designer (release mode). But my QtDesigner won't load plugin into default widgets. I'm using QtCreator 2.5.2
What i have missed?

Note: I've checked the dll which is created in the designer directory and i'm sure it is installed in release mode. I've even compiled qt's example (analog clock) but still nothing. may be somethings wrong with qt5alpha.