1 Star 0 Fork 217

wepo/QtSwissArmyKnife

forked from x-tools-author/x-tools 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SAKConf.pri 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
Qter 提交于 2022-03-05 22:11 . chore: add edition definition
# Interval of timer which is used to clear ui message
DEFINES += SAK_CLEAR_MESSAGE_INTERVAL=8000
# The max count of auto response item
DEFINES += SAK_MAX_AUTO_RESPONSE_COUNT=9999
# All address of host
DEFINES += SAK_HOST_ADDRESS_ANY=\"\\\"Any\\\"\"
# Exit code which is used to reboot the application
DEFINES += SAK_REBOOT_CODE=1314
# Sleep interval of device thread, the unit is ms
DEFINES += SAK_DEVICE_THREAD_SLEEP_INTERVAL=10
# Github repositories
DEFINES += SAK_GITHUB_REPOSITORY_URL=\"\\\"https://github.com/qsaker/QtSwissArmyKnife\\\"\"
# Gitee repositories
DEFINES += SAK_GITEE_REPOSITORY_URL=\"\\\"https://gitee.com/qsaker/QtSwissArmyKnife\\\"\"
# The default application style of Windows and Unix
win32|unix {
DEFINES += SAK_STYLE_DEFAULT=\"\\\"Fusion\\\"\"
} else {
android {
DEFINES += SAK_STYLE_DEFAULT=\"\\\"Windows\\\"\"
} else {
#DEFINES += SAK_STYLE_DEFAULT=\"\\\"macintosh\\\"\"
DEFINES += SAK_STYLE_DEFAULT=\"\\\"Fusion\\\"\"
}
}
#↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
# Application version
DEFINES += SAK_EDITION=\"\\\"beta1\\\"\"
DEFINES += SAK_VERSION=\"\\\"4.0.0\\\"\"
# File information
VERSION = 4.0.0
#↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
#↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
# Information of author
DEFINES += SAK_AUTHOR=\"\\\"Qsaker\\\"\"
DEFINES += SAK_AUTHOR_EMAIL=\"\\\"qsaker@foxmail.com\\\"\"
#↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wepo/QtSwissArmyKnife.git
git@gitee.com:wepo/QtSwissArmyKnife.git
wepo
QtSwissArmyKnife
QtSwissArmyKnife
master

搜索帮助