1 Star 0 Fork 190

k_oops / QtSwissArmyKnife

forked from x-tools-author / x-tools 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SAKConf.pri 2.35 KB
一键复制 编辑 原始数据 按行查看 历史
Qsaker 提交于 2023-06-15 15:13 . chore: do something make qt 5.6 happy
qtHaveModule(serialport) {
DEFINES += SAK_HAS_MODULE_SERIALPORT
}
qtHaveModule(serialbus) {
DEFINES += SAK_HAS_MODULE_SERIALBUS
}
qtHaveModule(bluetooth) {
DEFINES += SAK_HAS_MODULE_BLUETOOTH
}
# 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=\"\\\"preview\\\"\"
DEFINES += SAK_VERSION=\"\\\"5.0.0\\\"\"
# File information
VERSION = 5.0.0
#↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
#↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
# Information of author
DEFINES += SAK_AUTHOR=\"\\\"Qsaker\\\"\"
DEFINES += SAK_AUTHOR_EMAIL=\"\\\"wuuhaii@outlook.com\\\"\"
#↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
C++
1
https://gitee.com/kqz2007/QtSwissArmyKnife.git
git@gitee.com:kqz2007/QtSwissArmyKnife.git
kqz2007
QtSwissArmyKnife
QtSwissArmyKnife
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891