#include #include "ui/widget.h" int main(int argc, char* argv[]) { QApplication a(argc, argv); Widget w; w.show(); return a.exec(); }