Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-20 Thread Shantanu Tushar
nks, > > Mike > > > > *From:* Gunnar Roth [mailto:gunnar.r...@gmx.de] > *Sent:* Monday, October 19, 2015 9:04 AM > *To:* Michael R Nelson <mnel...@sutron.com> > *Cc:* Shantanu Tushar <shaan...@gmail.com>; interest@qt-project.org > *Subject:* Aw: RE: [Interes

Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-20 Thread Michael R Nelson
r Roth <gunnar.r...@gmx.de>; interest@qt-project.org Subject: Re: RE: [Interest] QtQuick under Windows Remote Desktop? Adding to what Gunnar said, a very easy way to see what mode your app actually is running is to use http://technet.microsoft.com/en-in/sysinternals/bb896653.aspx and see what DLLs

Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-20 Thread Shantanu Tushar
; > > Mike > > > > *From:* Shantanu Tushar [mailto:shaan...@gmail.com] > *Sent:* Tuesday, October 20, 2015 3:40 AM > *To:* Michael R Nelson <mnel...@sutron.com> > *Cc:* Gunnar Roth <gunnar.r...@gmx.de>; interest@qt-project.org > *Subject:* Re: RE: [Interest] Q

Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-19 Thread Michael R Nelson
Cc: interest@qt-project.org Subject: Re: [Interest] QtQuick under Windows Remote Desktop? Why don’t you give us the Version of Qt, you are using ? What windows version? Did you build qt yourself? What is your configure line , if yes? Regards, Gunnar > Am 17.10.2015 um 14:36 schrieb Mic

Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-19 Thread Gunnar Roth
" <gunnar.r...@gmx.de>, "Shantanu Tushar" <shaan...@gmail.com> Cc: "interest@qt-project.org" <interest@qt-project.org> Betreff: RE: [Interest] QtQuick under Windows Remote Desktop? Hello, Thanks for your response. I installed using offline installer, Q

Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-19 Thread Michael R Nelson
Tushar <shaan...@gmail.com>; interest@qt-project.org Subject: Aw: RE: [Interest] QtQuick under Windows Remote Desktop? Hi Michael, i cannot find any information concerning Qt mingw build supporting ANGLE. So I assume it does not support it. Do you have libegl and libGLESv2.dll in the qt

[Interest] QtQuick under Windows Remote Desktop?

2015-10-17 Thread Michael R Nelson
Hello, I would like our QtQuick app to be viewable/usable over Windows Remote Desktop. My understanding is that means using ANGLE rather than OpenGL. I thought this could be forced at run-time by calling QCoreApplication::setAttribute(Qt::AA_UseOpenGLES), but the outcome was the same (no

Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-17 Thread Shantanu Tushar
I use it for my Windows desktop and it works, have you made sure the setAttribute call is made at the earliest in your main() before any GUI related things happen? On Sat, Oct 17, 2015 at 6:06 PM, Michael R Nelson wrote: > Hello, > > I would like our QtQuick app to be

Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-17 Thread Gunnar Roth
Why don’t you give us the Version of Qt, you are using ? What windows version? Did you build qt yourself? What is your configure line , if yes? Regards, Gunnar > Am 17.10.2015 um 14:36 schrieb Michael R Nelson : > > Hello, > > I would like our QtQuick app to be