码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu 16.04安装QtCharts时报错:'qtConfig' is not a recognized test function.

时间:2017-08-20 18:18:04      阅读:3188      评论:0      收藏:0      [点我收藏+]

标签:tar   tps   for   时报   oss   cross   article   asp   mpi   

错误:

‘qtConfig‘ is not a recognized test function.

解决方法:

其实5.9分支的版本有问题,转成5.7分支即可。

git clone https://github.com/qtproject/qtcharts.git
cd qtcharts
git checkout 5.7
qmake
make
sudo make install

 

参考:

http://php.wekeepcoding.com/article/10792742/Cross-compiling+QtDeclarative+for+raspberry+pi

Ubuntu 16.04安装QtCharts时报错:'qtConfig' is not a recognized test function.

标签:tar   tps   for   时报   oss   cross   article   asp   mpi   

原文地址:http://www.cnblogs.com/EasonJim/p/7400532.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!