I have a Qt Quick-based app for Windows that should be released soon, but we realized that it fails to show the QML scene on one of the company computers. All other computers work fine.
From what I found and read so far it seems that I should “use ANGLE” (http://qt-project.org/wiki/Qt-5-on-Windows-ANGLE-and-OpenGL). How can I enable/disable it in my program? How can I verify whether the program is using it?
↧