From d45c7472dd063b5d05e607e60647f8d6feb60736 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期五, 15 三月 2024 23:33:38 +0800
Subject: [PATCH] 0315

---
 internal_system_v1/internal_system_v1.pro |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/internal_system_v1/internal_system_v1.pro b/internal_system_v1/internal_system_v1.pro
index 3119ced..20de903 100644
--- a/internal_system_v1/internal_system_v1.pro
+++ b/internal_system_v1/internal_system_v1.pro
@@ -37,7 +37,10 @@
     coverinfo.cpp \
     searchinfo.cpp \
     problemrectstandingbook.cpp \
-    converinfo2.cpp
+    converinfo2.cpp \
+    problemlist.cpp \
+    problemrectificationresult.cpp \
+    tableitemdelegate.cpp
 
 HEADERS += \
         clientmainwindow.h \
@@ -53,7 +56,10 @@
     searchinfo.h \
     problemrectstandingbook.h \
     converinfo2.h \
-    struct_data.h
+    struct_data.h \
+    problemlist.h \
+    problemrectificationresult.h \
+    tableitemdelegate.h
 
 FORMS += \
         clientmainwindow.ui \
@@ -68,7 +74,9 @@
     coverinfo.ui \
     searchinfo.ui \
     problemrectstandingbook.ui \
-    converinfo2.ui
+    converinfo2.ui \
+    problemlist.ui \
+    problemrectificationresult.ui
 
 include(QXlsx/QXlsx.pri)
 

--
Gitblit v1.8.0