您的位置:首页 > 理论基础 > 计算机网络

Qt提示 "Could not connect to AppWrapper, Please make sure TCP port 12005 is not blocked"解决方法

2013-10-18 02:58 1936 查看
在安装目录下新建一个文件,重命名为 qtappwrapper.exe.config

在copy如下内容,保存重启vs

<configuration>

<startup>

<supportedRuntime version="v5.1.0" />

</startup>

</configuration>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐