QT版本为 Qt-5.7.1
,因此采用版本为 4.2.0
的QtCreator
下载地址 QtCreator
如果是在 ARM 架构下,默认编译会出现无法找到 cpuid.h 的情况
头文件修改如下:
源文件修改如下:
/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