Dear all,

I am trying to build a Qt library on Windows as explained at http://qt-project.org/wiki/How_to_cr...an_application.
I am able to build it correctly, however when checking the obtained .lib file with Dependency Walker, I get the following error: “No DOS or PE signature found. This file is not a valid 32-bit or 64-bit Windows module.”
I am currently searching the web for an explanation but I have not found any clue up to now. I suppose there is something wrong with my setup (I am using Qt 4.8.1, Qtcreator 2.5.0 and Microsoft Visual C++ Compiler 10.0). Would anyone already have encountered a similar issue?

Thanks in advance for any help.

Best regards