Remote debug Qt app running over EGLFS platform
-
I am developing a qml application which must be run and debugged over a remote linux machine. The application must be run over eglfs platfrom and hence remote machine does not have X or wayland running.
The GUI must be displayed over the remote machine display and not to be forwarded over ssh tunnel to the local machine.
How can I make it done?
If I don't set any specific settings, by running the application, I'll get11:44:16: Starting /home/pi/app/app --platform eglfs on RaspberryPi... Cannot create window: no screens availableand if set enable checkbox Forward to local display, I'll get the app running on the local display over eglfs platform which I don't want to.