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

后端 未结 3 1016
我寻月下人不归
我寻月下人不归 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条回答
  •  猫巷女王i
    2021-02-10 09:05

    Most probably, the qtsqlite.dll itself depends on original SQLite DLL's which you probably need to copy as well.

    Don't forget to include an LGP license copy in your distribution as well as pointers to the original download ressources of the libs you include and their sources. To stay with the law :-)

提交回复
热议问题