From 7ecb7f6c19d07348c1de7331da311c2790b9ada1 Mon Sep 17 00:00:00 2001
From: mmhguo <604881159@qq.com>
Date: 星期二, 29 七月 2025 09:12:43 +0800
Subject: [PATCH] Merge branch 'master' of ssh://115.28.86.8:29418/~admin/天开景运_0405_250719 7.28

---
 Server/付林涛/code/tianKai/tianKai.pro |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git "a/Server/\344\273\230\346\236\227\346\266\233/code/tianKai/tianKai.pro" "b/Server/\344\273\230\346\236\227\346\266\233/code/tianKai/tianKai.pro"
index 2366211..5e5d417 100644
--- "a/Server/\344\273\230\346\236\227\346\266\233/code/tianKai/tianKai.pro"
+++ "b/Server/\344\273\230\346\236\227\346\266\233/code/tianKai/tianKai.pro"
@@ -5,6 +5,7 @@
 #-------------------------------------------------
 
 QT       += core gui
+QT       += network
 
 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 
@@ -29,14 +30,19 @@
     addfile.cpp \
     release.cpp \
     rollback.cpp \
-    readlog.cpp
+    readlog.cpp \
+    uploador.cpp \
+    heartbeatworker.cpp
 
 HEADERS += \
         vcsmainwindow.h \
     addfile.h \
     release.h \
     rollback.h \
-    readlog.h
+    readlog.h \
+    struct_data.h \
+    uploador.h \
+    heartbeatworker.h
 
 FORMS += \
         vcsmainwindow.ui \

--
Gitblit v1.8.0