[Interest] What is the difference.

Koehne Kai Kai.Koehne at digia.com
Wed Sep 24 12:41:09 CEST 2014


> -----Original Message-----
> [...]
> The life saver was
> 
>      QApplication ( int & argc, char ** argv, bool GUIenabled )
>      With GUIenabled set to "false".
> 
> I see that QApplication in Qt5 has removed that option.
> 
> So, how will I do all of the above in Qt5.

I think Thiago already wrote it: use the offscreen plugin . Launch your app with e.g.

  -platform minimal

And continue to use QApplication.

Regards

Kai



More information about the Interest mailing list