chore: update files of project

This commit is contained in:
x-tools-author 2024-03-26 19:23:12 +08:00
parent 2c4f71e89a
commit daf940c143

View File

@ -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
}
}
#---------------------------------------------------------------------------------------------------