How can I create an Visual Studio 2010 project for creating a Dynamic Plugin for my Qt Application?
Works on Qt Creator using .pro file with:
@TEMPLATE = lib
CONFIG += qt plugin@
But I can't add the headers file of my Application to build the plugin.
On Visual Studio, I should create a dll project?