I've got a buildenvironment based on Qt .pro files transformed to both Visual Studio 2008 solutions and Makefiles (used by nmake). There are about 30 projects, untill recently all compiled into a seperate dll (and the main into an exe).
Recently I added a project configured as static lib. Visual Studio links everything just fine. nmake has unresolved externals to every symbol used from this static lib.
Project sequence in the Makefile is OK Qt's dependencies are OK
used: Visual Studio 2008 Qt Visual Studio Integration 1.4.3 Qt 4.5.2
Any suggestions? All the logs combined, or any usefull selection of them, are too way big to post.