chore: 更新.gitignore排除qmake产物,.pro支持静态编译,README添加windeployqt打包说明

This commit is contained in:
iorebuild
2026-04-30 13:05:15 +08:00
parent 352e508adb
commit 15a7685a2b
3 changed files with 42 additions and 24 deletions

View File

@@ -6,9 +6,8 @@ TEMPLATE = app
CONFIG += c++11
# Qt 5.9 兼容,不使用 c++17
*-g++*: QMAKE_CXXFLAGS += -std=c++11
*-msvc*: QMAKE_CXXFLAGS += /std:c++11
# 静态链接配置如果有静态编译的Qt取消注释即可生成单个exe
# CONFIG += static
SOURCES += \
main.cpp \