linux下qt添加外部依赖库
答案:2 悬赏:0 手机版
解决时间 2021-02-22 14:55
- 提问者网友:孤凫
- 2021-02-22 07:22
linux下qt添加外部依赖库
最佳答案
- 五星知识达人网友:胯下狙击手
- 2021-02-22 08:18
pro文件中写
LIBS += -L目录
LIBS += -lxxx.so
LIBS += -L目录
LIBS += -lxxx.so
全部回答
- 1楼网友:蕴藏春秋
- 2021-02-22 09:06
准备工作:首先,最不可思议的,是要在linux下把qt编译一遍,因为库都是一样的,需要的就是一些windows下的qmake、moc、uic之类的工具而已。因为qt源码很多地方不能在windows下面交叉编译通过,虽然我改了一些代码和配置(一会儿我贴出补丁来),但我只用它编译了qtbase、qtdeclarative这两个模块和qttools模块中的一部分。
linux下的编译可以参照我之前写的这篇文章。参考配置:
开发包:
./configure -extprefix /opt/qt/5.2.1/arm -prefix /usr -plugindir /usr/lib/qt/plugins -importdir /usr/lib/qt/imports -qmldir /usr/lib/qt/qml -make libs -xplatform linux-arm-gnueabi-g++ -opengl es2 -confirm-license -opensource -xcb -xinput2 -nomake examples -nomake tests -qt-zlib -qt-xcb -dbus -largefile -cups -no-fontconfig -glib -gtkstyle -qt-freetype -sysroot /opt/sysroot-arm -mysql_config /opt/sysroot-arm/usr/bin/mysql_config -v
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯