Qt SDK,Apwrapper:它是什么,它做什么. [英] Qt SDK, Apwrapper: what is it, what does it do.

查看:193
本文介绍了Qt SDK,Apwrapper:它是什么,它做什么.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为Visual Studio阻止了网络连接.在安装带有Visual Studio插件的Qt SDK之后,我收到一条错误消息,无法连接到AppWrapper.卸载了SDK,并且不再尝试连接到AppWrapper. Qt附带了什么AppWrapper?为什么在打开Visual Studio时尝试建立网络连接?

I have network connections blocked for visual studio. After installing the Qt SDK with visual studio add in, I get an error message, failed to connected to AppWrapper. Uninstalled the SDK, and no more attempts to connect to AppWrapper. What is the AppWrapper installed with Qt? Why does it attempt to make a network connection when you open Visual Studio?

推荐答案

在dir目录中创建文件:"C:\ Program Files \ Digia \ Qt4VSAddin",名称为:"qtappwrapper.exe.config" 并输入:

create a file in dir: "C:\Program Files\Digia\Qt4VSAddin" with name :"qtappwrapper.exe.config" and type:

<configuration>
    <startup>
        <supportedRuntime version="v4.0.30319" />
    </startup>
</configuration>

这篇关于Qt SDK,Apwrapper:它是什么,它做什么.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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