wumu
2025-08-13 8f4eb9a829d70a28c1d6dff8baa1034e57878c56
stock_plan.pro
@@ -4,7 +4,7 @@
#
#-------------------------------------------------
QT       += core gui network charts
QT       += core gui network charts sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -29,18 +29,39 @@
    getstocklist.cpp \
    stockpolicy.cpp \
    leadingcompany.cpp \
    showinfomessage.cpp
    showinfomessage.cpp \
    customitem.cpp \
    customsortproxymodel.cpp \
    regularinvestment.cpp \
    historydata.cpp \
    deepseekmainwindow.cpp \
    bargraphics.cpp \
    agilestrategy.cpp \
    separateanalysis.cpp
HEADERS += \
        clientmainwindow.h \
    getstocklist.h \
    stockpolicy.h \
    leadingcompany.h \
    showinfomessage.h
    showinfomessage.h \
    customitem.h \
    customsortproxymodel.h \
    regularinvestment.h \
    historydata.h \
    deepseekmainwindow.h \
    bargraphics.h \
    agilestrategy.h \
    separateanalysis.h
FORMS += \
        clientmainwindow.ui \
    getstocklist.ui \
    stockpolicy.ui \
    leadingcompany.ui \
    showinfomessage.ui
    showinfomessage.ui \
    regularinvestment.ui \
    historydata.ui \
    deepseekmainwindow.ui \
    agilestrategy.ui \
    separateanalysis.ui