我想开发Windows 10 Mobile应用程序。我安装了Visual Studio2015社区,从Qt 5.5.1 MaintenanceTool (Image)安装了Qt5.6包,从VS2015安装了Universal Windows包,所以我认为安装了Win SDK。然后我安装了VS 2015的Windows8手机包。但在Qt创建器(Image)上禁用了Win 10移动软件包。如何使用Qt开发Win 10移动应用程序?谢谢。
编辑:找不到调试器:MSVC、win rt armv7、win rt 32 bit
发布于 2016-03-07 21:49:43
应安装Visual Studio 2013以开发Windows Phone应用程序。如果你想开发WindowsRT应用程序,你可以使用Visual Studio2015。
看这张有包裹的图片。您应该使用哪个版本来开发特定的应用程序。
发布于 2016-03-07 22:42:20
您需要安装windows的调试工具,这些工具只能通过Windows SDK获得。您可以只选择调试工具,而让SDK的其余部分保持原样。
https://stackoverflow.com/questions/35842986
复制相似问题