嗨,我只是想在 qt 中编译一个简单的项目
#include <QApplication>
#include <QPushButton>
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QPushButton bouton("Salut les Zéros, la forme ?");
bouton.show();
return app.exec();
}
但我有这个错误:/home/eid/test/easyprojet/main.cpp:1:错误:QApplication:没有这样的文件或目录
谁能帮我 ?
对不起我的英语不好