Linux服务器ARM架构之编译QtCreator
时间:2021-07-21 17:04:29
收藏:0
阅读:24
源码下载
-
QT版本为
Qt-5.7.1,因此采用版本为4.2.0的QtCreator -
下载地址 QtCreator
更新bottan源代码
-
如果是在 ARM 架构下,默认编译会出现无法找到 cpuid.h 的情况
-
头文件修改如下:

-
源文件修改如下:
-
编译与安装QtCreator
/usr/local/Qt-5.7.1/bin/qmake qtcreator.pro make -j24 make install INSTALL_ROOT=/opt/qtcreator
原文:https://www.cnblogs.com/xklsm/p/15039460.html
评论(0)



