[Development] QtWebEngine and VS 2015

Gunnar Roth gunnar.roth at gmx.de
Thu Jul 30 11:49:58 CEST 2015


Hmmm ok, but for me it looks lije it is supported in master,
https://chromium.googlesource.com/chromium/src/+/master/build/vs_toolchain.py

 1. def_VersionNumber():
 2. """Gets the standard version number ('120', '140', etc.) based on
 3. GYP_MSVS_VERSION."""
 4. ifos.environ['GYP_MSVS_VERSION']=='2013':
 5. return'120'
 6. elifos.environ['GYP_MSVS_VERSION']=='2015':
 7. return'140'
 8. else:
 9. raiseValueError('Unexpected GYP_MSVS_VERSION')


Regards,
Gunnar


Am 30.07.2015 um 11:43 schrieb Allan Sandfeld Jensen:
> On Thursday 30 July 2015, Gunnar Roth wrote:
>> Hello,
>> does anybody now if and when QtWebEngine will build with VS1025?
>>
> When Chromium starts supporting building with VS2015. So far it doesn't looks
> like it will be in 5.6
>
> `Allan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20150730/65a34385/attachment.html>


More information about the Development mailing list