Qt SDK, Apwrapper: what is it, what does it do.

后端 未结 1 1534
一个人的身影
一个人的身影 2021-01-13 06:33

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. Unin

相关标签:
1条回答
  • 2021-01-13 07:32

    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>
    
    0 讨论(0)
提交回复
热议问题