> > The same problem existed before and after VS2015 Update 1. Also, the > extention recognises Qt 5.5.1 with no problem so I was pretty sure it was a > change in Qt 5.6.0 that caused this problem. I searched around and > eventually found that in > C:\Qt\Qt5.6.0\5.6\msvc2015\mkspecs\common\msvc-desktop.conf Qt 5.6.0 > splits all the version-specific changes into a separate file msvc-base.conf. > If > you copy the contents of this file and replace the line "include(msvc- > base.conf)" in mscv-desktop.conf then Qt5Package recognises the Qt 5.6.0 > Beta with no problems. > > Is there a reason this has been split into two files? > [Kalinowski Maurice]
Yes, it happened for a reason ;) The idea is to synchronize settings between classic and WinRT applications. The change is here: https://codereview.qt-project.org/#/c/124917/ If Qt5Package is not able to follow includes, then that should be fixed as it is likely to break elsewhere at some other point. Maurice > -----Original Message----- > From: Kalinowski Maurice [mailto:maurice.kalinow...@theqtcompany.com] > Sent: Tuesday, 5 January 2016 7:19 p.m. > To: Tom Isaacson <tom.isaac...@navico.com>; Interest@qt-project.org > Subject: RE: Qt5.6 not recognised by Visual Studio 2015 > > Please contact the maintainer of the "Qt5Package extension". At least on > some other thread people stated that it is broken with VS2015 Update1, but I > do not have any first level experience with that thing. > > Maurice > > > > -----Original Message----- > > From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of > > Tom Isaacson > > Sent: Tuesday, January 5, 2016 12:58 AM > > To: Interest@qt-project.org > > Subject: [Interest] Qt5.6 not recognised by Visual Studio 2015 > > > > I just downloaded the Qt5.6.0 Beta for 32-bit Visual Studio 2015. I > > installed the Qt5Package extension but when I run Visual Studio 2015 > > and select "Add New Qt Version" with the path C:\Qt\Qt5.6.0\msvc2015 I > > get the error "This Qt version uses an unsupported makefile generator > (used: > > MSVC.NETMSBUILD, supported: MSVC.NET, MSBUILD)". > > > > It looks like the beta is reporting the build tool used incorrectly. > > Is there a simple way I can fix this? Also, is it logged as a bug? > > > > Thanks. > > > > Tom Isaacson > > > > > > > > _______________________________________________ > > Interest mailing list > > Interest@qt-project.org > > http://lists.qt-project.org/mailman/listinfo/interest > _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest