[Interest] Building QtCreator (2015)

Kai Koehne Kai.Koehne at qt.io
Tue May 3 15:56:56 CEST 2016



> -----Original Message-----
> From: Interest [mailto:interest-bounces+kai.koehne=qt.io at qt-project.org]
> On Behalf Of Thomas (QbProg)
> Sent: Tuesday, May 03, 2016 2:08 PM
> To: interest at qt-project.org
> Subject: [Interest] Building QtCreator (2015)
> 
> Hello,
> 
> I'm trying to build QtCreator (4.0 branch), using the msvc2015 distribution
> from the official online installer.
> https://wiki.qt.io/Building-Qt-Creator-Packages
> 
> I'm following the instructions so I do from a VS command prompt
> 
> set path=%path%;C:\Qt\5.6\msvc2015\
> set INSTALL_ROOT=C:\test\
> qmake -r ....
> 
> nmake
> 
> nmake install
> 
> nmake deployqt
> 
> 
> This last script fails in a python command during the isDebug function, so I
> don't really know what to do.

The exact error would help :)

Looking at is_debug() function in deployqt.py, it tries to call dumpbin.exe.
Do you have this tool in your PATH?

Regards

Kai 



More information about the Interest mailing list