錯誤:
'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
