From 191d62844bc548707e8a310af615f594b576ca29 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期二, 23 四月 2024 22:51:06 +0800 Subject: [PATCH] 0423 --- internal_system_v1/internal_system_v1.pro | 61 ++++++++++++++++++++++++++++-- 1 files changed, 57 insertions(+), 4 deletions(-) diff --git a/internal_system_v1/internal_system_v1.pro b/internal_system_v1/internal_system_v1.pro index 035e889..8c8d5e2 100644 --- a/internal_system_v1/internal_system_v1.pro +++ b/internal_system_v1/internal_system_v1.pro @@ -4,7 +4,7 @@ # #------------------------------------------------- -QT += core gui +QT += core gui axcontainer sql greaterThan(QT_MAJOR_VERSION, 4): QT += widgets @@ -25,10 +25,63 @@ SOURCES += \ main.cpp \ - clientmainwindow.cpp + clientmainwindow.cpp \ + auditproject.cpp \ + auditworkload.cpp \ + problemmoney.cpp \ + problemcount.cpp \ + problemrectification.cpp \ + problemnotmoney.cpp \ + punish.cpp \ + caseclue.cpp \ + coverinfo.cpp \ + searchinfo.cpp \ + problemrectstandingbook.cpp \ + converinfo2.cpp \ + problemlist.cpp \ + problemrectificationresult.cpp \ + tableitemdelegate.cpp \ + threemergeproblemlist.cpp HEADERS += \ - clientmainwindow.h + clientmainwindow.h \ + auditproject.h \ + auditworkload.h \ + problemmoney.h \ + problemcount.h \ + problemrectification.h \ + problemnotmoney.h \ + punish.h \ + caseclue.h \ + coverinfo.h \ + searchinfo.h \ + problemrectstandingbook.h \ + converinfo2.h \ + struct_data.h \ + problemlist.h \ + problemrectificationresult.h \ + tableitemdelegate.h \ + threemergeproblemlist.h FORMS += \ - clientmainwindow.ui + clientmainwindow.ui \ + auditproject.ui \ + auditworkload.ui \ + problemmoney.ui \ + problemcount.ui \ + problemrectification.ui \ + problemnotmoney.ui \ + punish.ui \ + caseclue.ui \ + coverinfo.ui \ + searchinfo.ui \ + problemrectstandingbook.ui \ + converinfo2.ui \ + problemlist.ui \ + problemrectificationresult.ui \ + threemergeproblemlist.ui + +include(QXlsx/QXlsx.pri) + +RESOURCES += \ + rcs.qrc -- Gitblit v1.8.0