Skip to content

Instantly share code, notes, and snippets.

@dridk
Created October 24, 2012 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dridk/3949371 to your computer and use it in GitHub Desktop.
Save dridk/3949371 to your computer and use it in GitHub Desktop.
Q_DECL_EXPORT int main(int argc, char *argv[])
{
QApplication app(argc, argv);
GameView *view = new GameView;
view->show();
return app.exec();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment