https://blog.csdn.net/coekjin/article/details/52049273工具
sudo apt-get install qt5-default sudo apt-get install qtcreator
因爲Qt Creator不能自動識別樹莓派上的工具鏈,所以須要手動添加。點擊Tools -> Options打開配置對話框,在Build & Run -> Kits選項卡中點擊Add。Compiler設置爲/usr/bin/gcc,Debugger可設置爲/usr/bin/gdb,Devices type選擇Desktop,Device選擇local,qt version選擇/usr/bin/qmake。
ui