Hello,

Thanks for your response.

I installed using offline installer, Qt 5.5.1 for Windows 32-bit (MinGw 4.9.2).
My OS is Windows 7, 64-bit.

Here's my main:

int main(int argc, char *argv[])
{
    QCoreApplication::setAttribute(Qt::AA_UseOpenGLES);

    QApplication app(argc, argv);

    QQmlApplicationEngine engine;
    engine.load(QUrl(QStringLiteral("qrc:/main.qml")));

    return app.exec();
}

Thanks,
Mike


-----Original Message-----
From: Gunnar Roth [mailto:gunnar.r...@gmx.de]
Sent: Saturday, October 17, 2015 2:25 PM
To: Michael R Nelson <mnel...@sutron.com>
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 Michael R Nelson <mnel...@sutron.com>:
>
> 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 window content and lots of OpenGL related warnings). Is a run-time 
> switch of some sort possible? Or, must the app be compiled differently? Can 
> someone provide some hints as to how I can get this working?
>
> Thanks,
> Mike
>
>
> Please be advised that this email may contain confidential information. If 
> you are not the intended recipient, please notify us by email by replying to 
> the sender and delete this message. The sender disclaims that the content of 
> this email constitutes an offer to enter into, or the acceptance of, any 
> agreement; provided that the foregoing does not invalidate the binding effect 
> of any digital or other electronic reproduction of a manual signature that is 
> included in any attachment.
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest


Please be advised that this email may contain confidential information. If you 
are not the intended recipient, please notify us by email by replying to the 
sender and delete this message. The sender disclaims that the content of this 
email constitutes an offer to enter into, or the acceptance of, any agreement; 
provided that the foregoing does not invalidate the binding effect of any 
digital or other electronic reproduction of a manual signature that is included 
in any attachment.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to