Remove ANGLE support

This commit is contained in:
luisangelsm
2026-01-20 09:03:56 +01:00
committed by Luis Ángel San Martín
parent 22b283cc3d
commit 2ec2defc8c
6 changed files with 12 additions and 64 deletions

View File

@ -112,10 +112,6 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
#endif
#ifdef FORCE_ANGLE
app.setAttribute(Qt::AA_UseOpenGLES);
#endif
app.setApplicationName("YACReader");
app.setOrganizationName("YACReader");