文章目录
- 前言
- 仓库1
- 1.下载仓库代码
- 2.使用qmake交叉编译
- 3.效果展示
前言
不定期的更新基于I.Mx6uLL的arm架构下的QT项目合集:
项目移植前的准备
【环境安装】
仓库1
1.下载仓库代码
https://github.com/cocowts/QtCustomcomponent
git clone https://github.com/cocowts/QtCustomcomponent.git
2.使用qmake交叉编译
cd QtCustomcomponent/xxx文件下
//激活自己的qmake工具
home/wj/linux/arm_qt/bin/qmake
//使用编译命令
make
//将编译之后的可执行文件 拷贝到开发板上
//在开发板上运行
//激活板子的触摸功能【本方法是移植了tslib和加载触摸屏模块.ko】
3.效果展示
===============1============
===============2============
===============3============
===============4============