Windows Qt 5.3.1 that I downloaded with the online installer seems broken. qmake -v shows me this:
QMake version 3.0
Using Qt version 5.3.1 in c:/work/build/PADDING/lib
Where “c:/work/build/PADDING/lib” is NOT my QTDIR, it must be hardcoded somewhere in the qmake. Subsequently, qmake -tp vc -r call fails:
Could not find qmake configuration file win32-msvc2013.
I assume it’s because it thinks Qt is installed to that non-existent hardcoded path.
↧