|
|
|
@ -7,6 +7,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
QApplication::setAttribute(Qt::AA_UseDesktopOpenGL);
|
|
|
|
|
|
|
|
//QApplication::setAttribute(Qt::AA_UseOpenGLES);
|
|
|
|
|
|
|
|
//QApplication::setAttribute(Qt::AA_UseSoftwareOpenGL);
|
|
|
|
|
|
|
|
|
|
|
|
QApplication a(argc, argv);
|
|
|
|
QApplication a(argc, argv);
|
|
|
|
|
|
|
|
|
|
|
|
qputenv("QTSCRCPY_ADB_PATH", "G:\\mygitcode\\QtScrcpy\\src\\adb.exe");
|
|
|
|
qputenv("QTSCRCPY_ADB_PATH", "G:\\mygitcode\\QtScrcpy\\src\\adb.exe");
|
|
|
|
|