Qt 5.6 Beta Visual Studio 2015 [英] Qt 5.6 Beta Visual Studio 2015

查看:101
本文介绍了Qt 5.6 Beta Visual Studio 2015的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了这个

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

并在VS上使用此扩展程序进行了尝试

And tried it using this extension on VS

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

该扩展程序检测到Qt版本(5.6),但会出现此错误

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

此Qt版本使用了不受支持的生成文件生成器(用于:MSVC.NETMSBUILD,受支持:MSVC.NET,MSBUILD)

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

有什么解决方法吗?

推荐答案

问题似乎是将MAKEFILE_GENERATOR设置串联在一起的扩展程序中的错误.

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

您可以尝试以下解决方法: 在QT5.6.0 \ 5.6 \ msvc2015 \ mkspecs \ common \ msvc-desktop.conf中 第14行应显示为: MAKEFILE_GENERATOR = MSVC.NET

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

注释掉这一行后,我可以通过QT5-> Options-> QT Versions-> Add顺利添加QT版本5.6.0

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

此后一切正常.

这篇关于Qt 5.6 Beta Visual Studio 2015的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆