【发布时间】:2016-08-17 00:07:40
【问题描述】:
我想在 linux 而不是源代码中分发 QT 应用程序。
我希望我的应用程序在未安装 QT 的 linux 中运行。
我发现谷歌等... 他们说
1. ldd ./application and check the .so file
2. copy .so file to another dir
3. move application file to same dir
4. then distribute(?)
我尝试了很多解决方案(静态编译,动态编译) ,但它不起作用.....
如何分发我的应用程序....? (我在 Ubuntu 14.04 中使用 QT Creator)
【问题讨论】:
-
所以你不关心
LGPL的licence,可以和Qt进行统计联系?
标签: c++ linux qt distribute