sync: fix: Phytium can not use gles

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2024-04-25 17:22:22 +00:00 committed by Gitee
parent e407b385d0
commit 6e03014a08
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -189,6 +189,8 @@ int main(int argc, char *argv[])
qputenv("QMLSCENE_DEVICE", "softwarecontext");
DApplication::setAttribute(Qt::AA_UseSoftwareOpenGL);
}
#endif
#endif
/**