#include "Test.h" int main(int argc, char *argv[]) { qDebug() << "main()"; QApplication app(argc, argv); Test test; return app.exec(); }