My first Qt Project!

This commit is contained in:
2025-05-27 17:13:43 +08:00
commit 0c4eef6396
6 changed files with 184 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# idea
.idea/
cmake-build-debug/
cmake-build-release/
# vs
.vs/
.vscode/
# file
CMakeLists.txt.user
#directory
build/