Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt 5.6 Beta Visual Studio 2015

I have installed this

http://download.qt.io/development_releases/qt/5.6/5.6.0-beta/qt-opensource-windows-x86-msvc2015-5.6.0-beta.exe.mirrorlist

And tried it using this extension on VS

https://visualstudiogallery.msdn.microsoft.com/c89ff880-8509-47a4-a262-e4fa07168408

The extension detects the Qt version (5.6) but will give this error

This Qt version uses an unsupported makefile generator (used: MSVC.NETMSBUILD, supported: MSVC.NET, MSBUILD)

Is there any workaround?

like image 900
SwodniwS Avatar asked Dec 21 '15 22:12

SwodniwS


2 Answers

The problem seems to be a bug in the extension that concatenates the MAKEFILE_GENERATOR settings.

You might try the following workaround: In QT5.6.0\5.6\msvc2015\mkspecs\common\msvc-desktop.conf line 14 should read: MAKEFILE_GENERATOR = MSVC.NET

After commenting out this line, I was able to add QT Version 5.6.0 via QT5->Options->QT Versions->Add without problem

Everything worked fine after that.

like image 109
Joe Cool Avatar answered Oct 23 '22 01:10

Joe Cool


Test it as well , i have already asked the Qt guys they said that the updated version of Qt addin for vs2015 will be out with the release version of qt 5.6.

i quess they don't care about vs2015 that much since they got their own tool to advertise (qtcreator)

like image 44
George Moralis Avatar answered Oct 23 '22 01:10

George Moralis