QtCreator中如何手动设置GCC为编译器?

How to manually set GCC as the compiler in QtCreator?

我在 Odroid 上安装了 QtCreator,但它似乎缺少编译器。我尝试了以下终端命令,但没有解决问题。

sudo apt-get install g++
sudo apt-get install libgl1-mesa-dev  libglu1-mesa-dev

如何在QtCreator中设置GCC为编译器?提前致谢。

在工具>选项>构建和运行>编译器中定义一个编译器,然后切换到套件选项卡并将该编译器添加到您要使用的套件中。

手册中详细描述了该过程: https://doc.qt.io/qtcreator/creator-tool-chains.html for the compiler setup and https://doc.qt.io/qtcreator/creator-targets.html 关于套件。