qtquick: Only Windows needs Angle

This commit is contained in:
Sergio Martins
2020-11-27 17:11:45 +00:00
parent 2aa16eb6d9
commit 758548f7a2

View File

@@ -19,7 +19,9 @@
int main(int argc, char *argv[])
{
#ifdef Q_OS_WIN
QGuiApplication::setAttribute(Qt::AA_UseOpenGLES);
#endif
QGuiApplication app(argc, argv);
QQuickView view;