Qt 5.6 Beta Visual Studio 2015

编程入门 行业动态 更新时间:2024-10-19 14:47:23
本文介绍了Qt 5.6 Beta Visual Studio 2015的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我已经安装了这个

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

visualstudiogallery.msdn.microsoft/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

本文发布于:2023-11-12 20:16:45,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1582433.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Beta   Qt   Studio   Visual

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!