Re: [Qt-creator] How to make QtCreator to connect to a remote device (generic linux) with X forwarding enabled `ssh -X`?

2017-12-18 Thread Иван Кувалдин
Ура! Thank you, guys for support and ideas. Now I can make the app running on a remote machine open its graphics on a local development machine. Steps: 1. Open ssh session with X forwarding enabled ssh -X user@host 2. Get know forwarded display identity: echo $DISPLAY

Re: [Qt-creator] How to make QtCreator to connect to a remote device (generic linux) with X forwarding enabled `ssh -X`?

2017-12-18 Thread Konstantin Tokarev
18.12.2017, 12:56, "Иван Кувалдин" : > Hello. > > I develop a cross-platform Qt application with GUI. It works fine on host > system in both x32 and x64 variants. Next is to deploy the application on a > remote i386 host. It works fine there too. But when I run the app on the >

Re: [Qt-creator] How to make QtCreator to connect to a remote device (generic linux) with X forwarding enabled `ssh -X`?

2017-12-18 Thread Kari Oikarinen
On 18.12.2017 12:19, Kari Oikarinen wrote: On 18.12.2017 11:56, Иван Кувалдин wrote: Hello. I develop a cross-platform Qt application with GUI. It works fine on host system in both x32 and x64 variants. Next is to deploy the application on a remote i386 host. It works fine there too. But

Re: [Qt-creator] How to make QtCreator to connect to a remote device (generic linux) with X forwarding enabled `ssh -X`?

2017-12-18 Thread Christian Kandeler
On Mon, 18 Dec 2017 11:56:45 +0200 Иван Кувалдин wrote: > I develop a cross-platform Qt application with GUI. It works fine on host > system in both x32 and x64 variants. Next is to deploy the application on a > remote i386 host. It works fine there too. But when I run the app on

[Qt-creator] How to make QtCreator to connect to a remote device (generic linux) with X forwarding enabled `ssh -X`?

2017-12-18 Thread Иван Кувалдин
Hello. I develop a cross-platform Qt application with GUI. It works fine on host system in both x32 and x64 variants. Next is to deploy the application on a remote i386 host. It works fine there too. But when I run the app on the remote host through QtCreator, it fails to connect to a