mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update files of project
This commit is contained in:
parent
2c4f71e89a
commit
daf940c143
@ -1,4 +1,4 @@
|
||||
QT += core gui serialport serialbus network websockets
|
||||
QT += core gui serialport serialbus network websockets svg
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
@ -31,6 +31,7 @@ win32 {
|
||||
|
||||
#---------------------------------------------------------------------------------------------------
|
||||
# Definitions
|
||||
DEFINES += X_TOOLS_IMPORT_MODULE_MODBUS_STUDIO
|
||||
DEFINES += X_TOOLS_CLEAR_MESSAGE_INTERVAL=8000
|
||||
DEFINES += X_TOOLS_EDITION=\"\\\"Beta\\\"\"
|
||||
DEFINES += X_TOOLS_AUTHOR=\"\\\"x-tools-author\\\"\"
|
||||
@ -52,6 +53,9 @@ win32 {
|
||||
msvc:lessThan(QT_MAJOR_VERSION, 6) {
|
||||
QMAKE_CXXFLAGS += -execution-charset:utf-8
|
||||
}
|
||||
mingw: {
|
||||
DEFINES+=FEATURE_schannel
|
||||
}
|
||||
}
|
||||
|
||||
#---------------------------------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user