编译OpenWrt平台上Qt程序的环境配置
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
很久没有整Qt了,现在基本的功能实现了,需要移植到目标平台,配置环境如下:
从linux移植qt移植到openwrt上。
- 配置QMAKESPEC (这个指定来qmake.conf目标文件位置,toolchain提供相对目录mips-linux-g++, qmake.conf需要修改编译工具名称)
- 配置STAGING_DIR (这个是openwrt平台的需要,相对应OpenWrt SDK中的目标平台)
- /{目标平台}toolchain/qmake {目标}.pro 生成Makefile
- 修改makefile把其中的编译工具,加上具体位置,引用类库,头文件在编译的时候添加。
基本以上完成就可以编译在mips架构在openwrt上运行的程序了。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献7条内容
所有评论(0)