Re: QT static with vs2005: error LNK2001: unresolved external symbol
Originally Posted by ucomesdag
Edit: Tried compiling it at the command line and it compiles fine with the static QT???
But when I import the .pro file and create a new project I still get the error's...
So it must be some setting in Visual Studio. Anyone experience with compiling static in Visual Studio?
I usually 1) update the environment variables (PATH, QTDIR), 2) change to the appropriate build in VS (Tools->Options->Qt), 3) restart VS and then 3) re-open the solution from the .pro file. This all just to avoid complications when switching from Qt build to another.
Bookmarks