综合校验台检测程序

guoqiang 858b4f0522 update gitignore 1 년 전
app 7972a6d49f first commit 1 년 전
build f2e8fcf58d add build directory 1 년 전
src 7972a6d49f first commit 1 년 전
.gitignore 858b4f0522 update gitignore 1 년 전
ReadMe.txt 57c9502932 add ignore and readme.txt 1 년 전

ReadMe.txt

嘉隆综合校验台工程代码, 代码目录如下:
./app 应用程序目录,包含了程序运行所需要的库。 将编译好的release 版的程序拷贝到该目录,即可发布到设备
./build 工程编译目录, QT工程 构建程序时的默认编译目录,生成的debug 和 release 应用在该目录下 ,临时内容,不要上传。
./src 工程源代码, 包括QT 工程文件在内。

编译程序, 建议使用 QT 5.15.2 & QT creator