From 18d29f86db6eac0c93e9cad29d4a9074408dc631 Mon Sep 17 00:00:00 2001 From: ljh <2762748762@qq.com> Date: 星期二, 29 七月 2025 08:58:39 +0800 Subject: [PATCH] Merge branch 'master' of ssh://115.28.86.8:29418/~admin/天开景运_0405_250719 --- 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