the unresolved symbols might be because of the prior warnings.
looking here, they suggest some qmake compiler flags to try - HTH!
http://qt-project.org/forums/viewthread/15938,
You can add following line to your .pro file.
QMAKE_CFLAGS += /Gz
QMAKE_CXXFLAGS += /Gz




Reply With Quote
Bookmarks