Hi,
is it possible to download the Qt environment for android without GUI?
I need to compile an application in a server without User interface.
Thank you very much
Angelo
Hi,
is it possible to download the Qt environment for android without GUI?
I need to compile an application in a server without User interface.
Thank you very much
Angelo
@Manang79 Just don't use QtWidgets/QML. It doesn't matter whether you install everything from Qt on your development machine, just deploy the parts you need to your device (like QtCore).