mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-05 15:08:39 +00:00
暂且只支持opengl
This commit is contained in:
parent
77a48c3709
commit
8a2e38303b
1 changed files with 1 additions and 2 deletions
|
@ -7,9 +7,8 @@
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
// only support AA_UseDesktopOpenGL
|
||||||
QApplication::setAttribute(Qt::AA_UseDesktopOpenGL);
|
QApplication::setAttribute(Qt::AA_UseDesktopOpenGL);
|
||||||
//QApplication::setAttribute(Qt::AA_UseOpenGLES);
|
|
||||||
//QApplication::setAttribute(Qt::AA_UseSoftwareOpenGL);
|
|
||||||
|
|
||||||
QApplication a(argc, argv);
|
QApplication a(argc, argv);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue