It's easy:
int main(int argc, char **argv) { QGuiApplication app; return app.exec(); }
This program should not trigger a splash screen when run. :-)
It's easy:
int main(int argc, char **argv)
{
QGuiApplication app;
return app.exec();
}
This program should not trigger a splash screen when run. :-)