From 43696550b65da97760bb91d8838515d7187604e5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-450PEFP\\mainc" Date: Tue, 30 Jun 2026 10:55:02 +0800 Subject: [PATCH] =?UTF-8?q?pro=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/logPlus.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/logPlus/logPlus.pro b/logPlus/logPlus.pro index f70c671..a72d4ce 100644 --- a/logPlus/logPlus.pro +++ b/logPlus/logPlus.pro @@ -4,7 +4,7 @@ # #------------------------------------------------- -QT += core gui svg printsupport +QT += core gui svg printsupport network #QT += opengl greaterThan(QT_MAJOR_VERSION, 4): QT += widgets @@ -28,6 +28,7 @@ CONFIG += c++11 SOURCES += \ ../common/geometryutils.cpp \ + ApiClient.cpp \ BorderPreView.cpp \ CallManage.cpp \ CellBorderDlg.cpp \ @@ -110,6 +111,7 @@ SOURCES += \ HEADERS += \ ../common/geometryutils.h \ + ApiClient.h \ BorderPreView.h \ CallManage.h \ CellBorderDlg.h \ @@ -123,6 +125,7 @@ HEADERS += \ DrawTvd.h \ FormBase.h \ GeoIndicatorGenerator.h \ + HttpClient.h \ InDefTableDlg.h \ InterfaceWidget.h \ LineStyleView.h \