I wanted to rebuild Qt5.4.2 for Windows through the Microsoft VC ++ compiler (cl.exe).
but at the finish (or far from the finish) I got the errors:
LINK: fatal error LNK1181: cannot open input file 'qsqlite.lib'
'cd' return code 0x2
How to fix? With WinGW, of course, everything is going. But I need 64-bit applications (MinGW64 is not officially supported by Qt itself), so I would like to build it through the VC compiler.
configure- ixSci