> -----Original Message-----
> From: Interest [mailto:interest-bounces+kai.koehne=qt...@qt-project.org]
> On Behalf Of Thomas (QbProg)
> Sent: Tuesday, May 03, 2016 2:08 PM
> To: interest@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 

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to