From daf940c14359c1991c9ca2f6f3df989c003d7dfc Mon Sep 17 00:00:00 2001 From: x-tools-author Date: Tue, 26 Mar 2024 19:23:12 +0800 Subject: [PATCH] chore: update files of project --- xTools.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xTools.pro b/xTools.pro index eaf48e48..36720fef 100644 --- a/xTools.pro +++ b/xTools.pro @@ -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 + } } #---------------------------------------------------------------------------------------------------