chore: 更新.gitignore排除qmake产物,.pro支持静态编译,README添加windeployqt打包说明
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,6 +1,18 @@
|
||||
# Build artifacts
|
||||
build/
|
||||
*.o
|
||||
moc_*.cpp
|
||||
moc_predefs.h
|
||||
Makefile
|
||||
.qmake.stash
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
*.user
|
||||
*.pro.user
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Data
|
||||
data_*/
|
||||
|
||||
Reference in New Issue
Block a user