准备工作
交叉编译工具链
我的环境编译工具链所在位置:/home/user/crosstool/crosstool-ng/build/arm/toolschain/bin
准备源码包
Qt5.14.2: Index of /archive/qt
开始干活
解压Qt源码
xz -d qt-everywhere-src-5.14.2.tar.xz
tar xvf qt-everywhere-src-5.14.2.tar
进入源码目录
cd qt-everywhere-src-5.14.2/
进入源码目录创建定制平台工具链
cd /home/user/crosstool/qt-everywhere