From 20073f502f7a5f9af019e8c987ef96c6fac27a55 Mon Sep 17 00:00:00 2001 From: lpt <463045863@qq.com> Date: 星期二, 29 七月 2025 09:16:56 +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