When you want to use the Qwt designer plugin you need to build and install a 2nd version of Qwt ( this time with QwtDesigner enabled ), one that is compatible with the creator itself.
Note that the creator is a just a desktop application ( build for some architecture and Qt version ) - and loading the designer plugin is like linking a shared object to the creator at runtime.

Uwe