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

Posted Jim

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 16.04安装QtCharts时报错:'qtConfig' is not a recognized test function.相关的知识,希望对你有一定的参考价值。

错误:

‘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.的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu pip3安装uwsgi报错

Ubuntu 16.04 (VM)启用Samba服务与windows共享文件

修改 docker image 安装目录 (解决加载大image时报错:"no space left on device" )

ubuntu下安装nodejs时报错make: *** [install] 错误 1谁能帮忙看一下

安装TA-Lib时报错:ubuntu****, Command "/usr/bin/python -u -c "import setuptools, tokenize;__file

ubuntu16.04安装pycharm