Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我下载了 Qt 并正在设计我的第一个 GUI,现在它无法编译,我不断收到一个错误消息:
Qt Creator needs a compiler set up to build
我在网上搜索过,但很多似乎都是行话,即使是其他 Stack Overflow 文档也没有任何意义..
如何设置编译器供 QT 使用?我昨晚下载了 g++ 编译器以与 Sublime Text 2 一起使用,并且可以正常工作,那么有没有办法让 g++ 与 Qt 一起使用?
多谢你们
(我想你使用的是 Windows )如果你下载了 Qt for Visual Studio,你也需要安装 Visual Studio。然后在 Qt Creator 中转到 Tools -> Options -> Build & Run ,然后在Compilers选项卡中添加新的编译器。