Commit 65d8ad3b by NitefullWind

1. 添加版本号和程序图标。 2. 提供最新的release版可执行程序在Downloads目录。 3. 将postest文件夹移至Downloads目录。

parent 5e2a9345
...@@ -34,3 +34,5 @@ CONFIG(debug, debug|release) { ...@@ -34,3 +34,5 @@ CONFIG(debug, debug|release) {
} else { } else {
DESTDIR = $$PWD/../Release DESTDIR = $$PWD/../Release
} }
RC_FILE += POS.rc
File added
File added
#ifndef SETTING_H #ifndef SETTING_H
#define SETTING_H #define SETTING_H
#include <QObject> #include <QObject>
......
# FMTestPOS(非码测试POS程序) # FMTestPOS(非码测试POS程序)
[TOC] [TOC]
## 目录结构 ## 目录结构
- **POS** 项目源代码 - **POS** 项目源代码
- **postest** 程序配置示例 - **Downloads/FMTestPOS.exe** 最新可执行文件
- **Downloads/postest** 程序配置示例
## 功能说明 ## 功能说明
- 向指定ip和port发送socket请求并接收响应。 - 向指定ip和port发送socket请求并接收响应。
...@@ -121,7 +123,7 @@ ...@@ -121,7 +123,7 @@
## Session ## Session
在内存存储一些会话数据。 在内存存储一些会话数据。
###常用的Session: ### 常用的Session:
| 名称 | 说明 | | 名称 | 说明 |
|-|-| |-|-|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment