I'm new with Qt, and I'm trying to make a plugin for the designer. It doesnt seem like it should be that difficult, and I've followed the assistant and examples to create the two necessary classes. The assistant is detailed, but painfully ignorant of how to actually install the plugin.

Since I'm working with Visual Studio, until now my qmake commands have been "qmake -project" and "qmake -tp vc," and a .dsp file would be created that holds the necessary files.

What do I need to do to get the plugin installed to use in the Designer? I made the project files as described in the assistant, but my arsenal of qmake commands is not getting the job done. Suggestions?