优化文件目录结构

This commit is contained in:
Barry 2018-11-24 09:08:37 +08:00
parent 92ce48ccda
commit 91c2cd78c7
9 changed files with 4 additions and 2 deletions

View file

@ -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");

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.