开发者

Qml in Visual Studio

开发者 https://www.devze.com 2023-02-16 13:21 出处:网络
I Have created a program using qml in Qt. Here it is working fine. But whenI am trying torun the same app in the visual studio it is no开发者_开发技巧t. There is no error in building the program in Vi

I Have created a program using qml in Qt. Here it is working fine. But when I am trying to run the same app in the visual studio it is no开发者_开发技巧t. There is no error in building the program in Visual Studio. When I run the program using "F5" its running & closing automatically with out showing any thing.

What could be the error???


In my case it was that the debugger of the visual studio runs in a different path than the output is. So I had to adjust in the project properties the "Working Directory" of the debugger.

0

精彩评论

暂无评论...
验证码 换一张
取 消