mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file of project
This commit is contained in:
parent
f6108007bf
commit
8cd72b953a
@ -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")
|
||||
|
||||
@ -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\\\"\"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user