mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-03 14:18:45 +00:00
代码优化
This commit is contained in:
parent
a915d9b24a
commit
4834f4f942
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ int main(int argc, char *argv[])
|
||||||
QApplication a(argc, argv);
|
QApplication a(argc, argv);
|
||||||
|
|
||||||
#ifdef Q_OS_WIN32
|
#ifdef Q_OS_WIN32
|
||||||
qputenv("QTSCRCPY_ADB_PATH", "..\\..\\..\\third_party\\adb\\adb.exe");
|
qputenv("QTSCRCPY_ADB_PATH", "../../../third_party/adb/adb.exe");
|
||||||
qputenv("QTSCRCPY_SERVER_PATH", "..\\..\\..\\third_party\\scrcpy-server.jar");
|
qputenv("QTSCRCPY_SERVER_PATH", "../../../third_party/scrcpy-server.jar");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//加载样式表
|
//加载样式表
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue