I recently tried to compile my Qt static libraries with -no-angle
and -no-opengl
. At first I thought that this would not compile. But unexpectedly, Qt (5.7) compiled just fine. I could also compile my application (using a lot of QtWidgets).
To my surprise, I did not see any difference with my Angle-based Qt application. No lags, no crashes, my QtCharts did not appear, as always.
I could not find a definitive answer on the Internet. but I have two guesses:
- In the end, I did not use hardware acceleration.
- There is a mysterious backup mechanism.
What's going on here?
source share