wumu
2023-07-31 91343c3ca84cffa9b3d78dde393877cc311f8bc8
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,4 +57,7 @@
    problemrectification.ui \
    problemnotmoney.ui \
    punish.ui \
    caseclue.ui
    caseclue.ui \
    coverinfo.ui
include(QXlsx/QXlsx.pri)