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

后端 未结 4 1202
梦毁少年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:45

    How can I know what dependencies my project has?
    

    You can use program Dependency Walker from official site to see what dll's your program need.

    NB Use Qt dlls of the same version (if you use Qt5, find your dlls from Qt5's bin directory and so on).

提交回复
热议问题