qtcreator - exe does work fine inside qtcreator but doesn't outside

后端 未结 4 1206
梦毁少年i
梦毁少年i 2020-12-16 07:54

I want to give a friend of mine a release build of a little project. It works perfectly fine when started from inside qtcreator, but doesn\'t open when double-clicked on the

4条回答
  •  悲&欢浪女
    2020-12-16 08:26

    What compiler are you using? You need to bundle the runtime DLL files for the compiler or have the user install the Microsoft Visual C++ Redistributable Package if you're using MSVC++.

提交回复
热议问题