Downloading and Building Qt 5.2.1 (Qt Source Package) from Digia / 2-12-2014
(1) Log on to Digia Qt Customer Support Portal ... http://qt.digia.com/Log-in-Customer-Portal/
... my login name is Philip.Weinstein@colorado.edu.
(2) "My Downloads" tab ... select Product: QtCreator / Version: 2.8.1 (or later 2.8 version, but not 3.0).
Download: qt-creator-enterprise-2.8.1-src.zip -- Qt Creator Enterprise Source
(3) Extract and move the top-level directory to C:\Riverware\tools\QtCreator281\
(4) Remove C:\RiverWare\tools\UnxUtils from the path. (This must be restored later for building RiverWare).
(5) Open the 64-bit version of the Visual Studio 2010 command prompt window. This is available from the Start Menu: All Programs >> Microsoft Visual Studio 2010 >> Visual Studio Tools >> Visual Studio x64 Win64 Command Prompt (2010).
(6) Change to C:\Riverware\tools\QtCreator281\src\
(7) Type: qmake -r
(8) Type: nmake
... this builds for quite a while, and then FAILS:
Generating Code... link /LIBPATH:"c:\Riverware\tools\Qt-485\lib" /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /DLL /MANIFEST /MANIFESTFILE:"debug\QbsProjectManagerd.intermediate.manifest" /OUT:..\..\..\lib\qtcreator\plugins\QtProject\QbsProjectManagerd.dll@C:\Users\philw\AppData\Local\Temp\nm6915.tmp LINK : fatal error LNK1104: cannot open file 'qbscored.lib' NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\link.EXE"' : return code '0x450' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. |