helloworld.cpp:1:25: 错误: qapplication.h:No such file or directory
helloworld.cpp:2:20: 错误: qwidget.h:No such file or directory
helloworld.cpp:3:24: 错误: qpushbutton.h:No such file or directory
helloworld.cpp: In function ‘int main(int, char**)’:
helloworld.cpp:6: 错误: ‘QApplication’ 在此作用域中尚未声明
helloworld.cpp:6: 错误: expected `;' before ‘a’
helloworld.cpp:7: 错误: ‘QWidget’ 在此作用域中尚未声明
helloworld.cpp:7: 错误: expected `;' before ‘mainwindow’
helloworld.cpp:8: 错误: ‘mainwindow’ 在此作用域中尚未声明
helloworld.cpp:11: 错误: ‘QPushButton’ 在此作用域中尚未声明
helloworld.cpp:11: 错误: expected `;' before ‘helloworld’
helloworld.cpp:12: 错误: ‘helloworld’ 在此作用域中尚未声明
helloworld.cpp:13: 错误: ‘a’ 在此作用域中尚未声明