- host and target both ubuntu 16.04
- GDB is in use
- ssh works fine and X11 forwarding enabled - launching built app works with GUI
- Remote linux configuration in qtcreator was also created and successfully used for console apps.
- ~/.ssh/config contains X11Forward true
the question - the app fails with a error "no display found" . seems that qtcreator doesn't use system ssh with standard config . in other hand , Ican't find the option in qtcreator to enable X11 apps
has someone an experience in remote GUI debugging under qtcreattor?
is it possible at all?