# timer **Repository Path**: wlly-lzh/timer ## Basic Information - **Project Name**: timer - **Description**: 一个自用的小计时器 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-12 - **Last Updated**: 2025-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: Qt, Cpp ## README # 计时器 --- 这是一个基于Qt/C++编写的计时器软件,计划让其具有秒表、倒计时等功能。 ## 构建安装 ```bash # 设置安装目录 cmake -B build -DCMAKE_INSTALL_PREFIX=/your/install/path -DCMAKE_BUILD_TYPE=Release # 构建 cmake --build build # 安装 cmake --install build ``` 在linux平台下的目录结构: ```bash ├── bin │   └── Timer └── lib └── Timer ├── libgui.so └── libtime.so ```