From 91343c3ca84cffa9b3d78dde393877cc311f8bc8 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期一, 31 七月 2023 23:23:22 +0800 Subject: [PATCH] 0731 --- internal_system_v1/internal_system_v1.pro | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/internal_system_v1/internal_system_v1.pro b/internal_system_v1/internal_system_v1.pro index 475e598..dbfa85b 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 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets @@ -33,7 +33,8 @@ problemrectification.cpp \ problemnotmoney.cpp \ punish.cpp \ - caseclue.cpp + caseclue.cpp \ + coverinfo.cpp HEADERS += \ clientmainwindow.h \ @@ -44,7 +45,8 @@ problemrectification.h \ problemnotmoney.h \ punish.h \ - caseclue.h + caseclue.h \ + coverinfo.h FORMS += \ clientmainwindow.ui \ @@ -55,6 +57,7 @@ problemrectification.ui \ problemnotmoney.ui \ punish.ui \ - caseclue.ui + caseclue.ui \ + coverinfo.ui include(QXlsx/QXlsx.pri) -- Gitblit v1.8.0