#include "ogrewidget.h" #include int main(int argc, char **argv) { QApplication app(argc, argv); OgreWidget w; w.show(); return app.exec(); }