Hello,
Another team send me precompiled Qt 4.8.5. So I have to install and use it.
It was precompiled using MSVC compiler. So I have installed MS Visual Studio 2010 to get the compiler, Windows SDK 7.1 to get the tools, read some docs about how to compile Qt, but I don’t understand what I miss.
It seems I have to run some command with nmake to install (QtCreator tells I have to run “make install”).
So I open SDK command prompt, navigate to Qt base directory. I have the following subdirectories: bin, include, lib. Is this correct? Am I sure Qt has been compiled?
nmake cannot find “install” target if running “nmake install”. I’ve read about “nmake -f ns\ntdll.mak install”.
Thanks for directions
↧