I've never used MSVC but by comparing the two build commands (your own and the above one) it is obvious than the /implib switch is missing (BTW M$ switch syntax sucks a great deal... :P ). If you're sure that this hasn't been caused by a manipulation of yours you should report the bug to Trolltech and waiting for a fix you can always try this workaround :
Qt Code:
QMAKE_LINK_SHLIB_CMD += /implib:$${TARGET}.libTo copy to clipboard, switch view to plain text mode
Hope this helps.![]()
Bookmarks