#include "Application1.h" int main(int argc, char** argv) { auto app = new Application1(argc, argv); app->run(); return 0; }