/* This file is part of mingw-cross-env. */ /* See doc/index.html or doc/README for further information. */ #include #include "ui_qt-test.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); QMainWindow w; Ui::MainWindow u; u.setupUi(&w); w.show(); return a.exec(); }