Hello Qt Devs,

I'm developing in Linux and trying to launch an application in a Linux server. The server doesn't have connected a monitor, so the environment variable "DISPLAY" is not defined.

The application is requesting a DISPLAY, so I'm forced to define the variable although there isn't any display.

Define DISPLAY is a solution, but I prefer to avoid that option.

Thanks.