Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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?