chore: update the file of project

This commit is contained in:
x-tools-author 2024-03-31 23:55:33 +08:00
parent f6108007bf
commit 8cd72b953a
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
add_compile_definitions(X_TOOLS_AUTHOR="x-tools-author")
add_compile_definitions(X_TOOLS_EDITION="beta1")
add_compile_definitions(X_TOOLS_VERSION="5.1.0")
add_compile_definitions(X_TOOLS_VERSION="5.0.0")
add_compile_definitions(X_TOOLS_DEFAULT_APP_STYLE="Fusion")
add_compile_definitions(X_TOOLS_CLEAR_MESSAGE_INTERVAL=8000)
add_compile_definitions(X_TOOLS_AUTHOR_EMAIL="x-tools@outlook.com")

View File

@ -19,7 +19,7 @@ X_TOOLS_ORG_NAME = "xTools"
X_TOOLS_ORG_DOMAIN = "IT"
X_TOOLS_APP_DESCRIPTION = "xTools Studio"
X_TOOLS_APP_COPYRIGHT = "Copyright 2018-2024 x-tools-author(x-tools@outlook.com). All rights reserved."
X_TOOLS_VERSION = "6.0.0"
X_TOOLS_VERSION = "5.0.0"
win32 {
QMAKE_TARGET_COMPANY = "$${X_TOOLS_ORG_NAME}"
@ -32,7 +32,7 @@ win32 {
#---------------------------------------------------------------------------------------------------
# Definitions
DEFINES += X_TOOLS_CLEAR_MESSAGE_INTERVAL=8000
DEFINES += X_TOOLS_VERSION=\"\\\"6.0.0\\\"\"
DEFINES += X_TOOLS_VERSION=\"\\\"5.0.0\\\"\"
DEFINES += X_TOOLS_EDITION=\"\\\"Beta\\\"\"
DEFINES += X_TOOLS_AUTHOR=\"\\\"x-tools-author\\\"\"
DEFINES += X_TOOLS_AUTHOR_EMAIL=\"\\\"x-tools@outlook.com\\\"\"