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