交叉编译找不到QT
{%r%}
报错提示:
Could not find a package configuration file provided by "Qt5Core"
{%g%}
解决方案:
SET(CMAKE_PREFIX_PATH /opt/Qt5.6.2/5.6/gcc_64)
其中 /opt/Qt5.6.2/5.6/gcc_64 换成对应的Qt安装路径。
参考链接:
https://blog.csdn.net/zzw17wei/article/details/79850704

浙公网安备 33010602011771号