Hello,
I want to make some plugin to Qt application(not QtDesigner), in documentation there is some tutorial(Extending Qt Applications) and the is shown that in *.pro file must be set
Qt Code:
  1. TEMPLATE = lib
  2. CONFIG += plugin
To copy to clipboard, switch view to plain text mode 
In Visual studio there is "Qt lirary project" but there isn't something like "Qt plugin project". Meybe You know how to create qt plugin in Visual Studio? I have VS2008professional.