wumu
2023-08-07 488c1431b6947bc665d373b09061d4be1c856062
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)