Which Qt DLL's should I copy to make my program stand-alone?

后端 未结 3 968
我寻月下人不归
我寻月下人不归 2021-02-10 08:31

I\'m trying to make a distribution directory with my application. I\'ve copied several Qt DLLs to that directory, and the program seems to be working, with one exception: it doe

3条回答
  •  庸人自扰
    2021-02-10 09:10

    you can use depends.exe to see exactly what the dependencies of your exe are and make sure they're all included.

    Also, read this page about qt plugins. they are supposed to be in a specific directory called "plugins" and not in the main directory with all the other dlls.

提交回复
热议问题