Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我做了一个qt应用程序。把它送给别人最简单的方法是什么?如果我只是提供可执行文件,它不会捆绑所需的依赖项(例如,我得到:加载共享库时出错:libQt5XmlPatterns.so.5:无法打开共享对象文件:没有这样的文件或目录)。
是否有一个简单的工具来捆绑所需的库,或者使用包管理系统(也就是说,一个可以自动从可执行文件中生成 .deb 的工具)?
您可以为您的特定平台创建static build和嵌入 Qt 库。
static build
Windows
Linux