gpt4 book ai didi

c++ - 无法让 Qt Hello World 工作

转载 作者:太空宇宙 更新时间:2023-11-04 14:49:26 24 4
gpt4 key购买 nike

我使用 this official guide 提供的说明在 OSX Lion 上编译了 Qt .然后我尝试使用 gcc hello_world.cpp -o hello_world

编译以下 Hello World
#include <QApplication>

int main(int argc, char **argv)
{
QApplication app (argc, argv);
return app.exec();
}

我遇到了以下错误:

hello_world.cpp:1:10: fatal error: 'QApplication' file not found
#include <QApplication>
^
1 error generated.

最佳答案

试试 #include <QtGui/QApplication>

关于c++ - 无法让 Qt Hello World 工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18630593/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com