Исходник:
#include <QApplication>
#include <QLabel>
int main (int argc,char *argv[])
{
QApplication app(argc, argv);
QLabel *label = new QLabel("Hello,Qt!"); // or QLabel label( "Hello, Qt!");
label->show(); // label.show();
return app.exec();
}
Лог консоли:
Запускается "c:/qt/qt/bin/qmake.exe" C:/Qt/qt/my/hello/hello.pro -r -spec win32-g++ CONFIG+=release
c:\Qt\qt\my\hello\hello.pro:3: Unknown test function: int main
c:\Qt\qt\my\hello\hello.pro:5: Unknown test function: QApplication app
c:\Qt\qt\my\hello\hello.pro:5: Parse Error ('QApplication app(argc, argv);')
c:\Qt\qt\my\hello\hello.pro:5: Unterminated conditional block at end of file
Error processing project file: C:/Qt/qt/my/hello/hello.pro
Процесс "c:/qt/qt/bin/qmake.exe" завершился с кодом %2.
Возникла ошибка при сборке проекта hello (цель: Настольный компьютер)
Во время выполнения сборки на этапе "qmake"