Hello,

i find a way to include a DLL (coded with QT) in a QT project and under Visual Studio 2010.

The goal is to have a solution in VS2010 with:
- A QT library project who build a .dll
- A QT basic project who use the library.

The final deploy will be the .dll and the .exe.

I have reach to do this under QT Creator by including the dll in the .pro file but not in VS2010.

Thank you for your help.