From e0873308a615c7e8f78fe653fd3bb2ecf4739501 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 14 六月 2023 23:08:24 +0800 Subject: [PATCH] qxlsm --- internal_system_v1/internal_system_v1.pro | 32 +++++++++++++++++++++++++++++--- 1 files changed, 29 insertions(+), 3 deletions(-) diff --git a/internal_system_v1/internal_system_v1.pro b/internal_system_v1/internal_system_v1.pro index 035e889..475e598 100644 --- a/internal_system_v1/internal_system_v1.pro +++ b/internal_system_v1/internal_system_v1.pro @@ -25,10 +25,36 @@ SOURCES += \ main.cpp \ - clientmainwindow.cpp + clientmainwindow.cpp \ + auditproject.cpp \ + auditworkload.cpp \ + problemmoney.cpp \ + problemcount.cpp \ + problemrectification.cpp \ + problemnotmoney.cpp \ + punish.cpp \ + caseclue.cpp HEADERS += \ - clientmainwindow.h + clientmainwindow.h \ + auditproject.h \ + auditworkload.h \ + problemmoney.h \ + problemcount.h \ + problemrectification.h \ + problemnotmoney.h \ + punish.h \ + caseclue.h FORMS += \ - clientmainwindow.ui + clientmainwindow.ui \ + auditproject.ui \ + auditworkload.ui \ + problemmoney.ui \ + problemcount.ui \ + problemrectification.ui \ + problemnotmoney.ui \ + punish.ui \ + caseclue.ui + +include(QXlsx/QXlsx.pri) -- Gitblit v1.8.0