mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 19:44:59 +00:00
优化文件目录结构
This commit is contained in:
parent
b542294f54
commit
a915d9b24a
1 changed files with 4 additions and 2 deletions
|
@ -15,8 +15,10 @@ int main(int argc, char *argv[])
|
|||
Decoder::init();
|
||||
QApplication a(argc, argv);
|
||||
|
||||
//qputenv("QTSCRCPY_ADB_PATH", "G:\\mygitcode\\QtScrcpy\\src\\adb.exe");
|
||||
//qputenv("QTSCRCPY_SERVER_PATH", "G:\\mygitcode\\QtScrcpy\\src\\scrcpy-server.jar");
|
||||
#ifdef Q_OS_WIN32
|
||||
qputenv("QTSCRCPY_ADB_PATH", "..\\..\\..\\third_party\\adb\\adb.exe");
|
||||
qputenv("QTSCRCPY_SERVER_PATH", "..\\..\\..\\third_party\\scrcpy-server.jar");
|
||||
#endif
|
||||
|
||||
//加载样式表
|
||||
QFile file(":/res/psblack.css");
|
||||
|
|
Loading…
Add table
Reference in a new issue