wumu
2025-03-02 f7dd8173db8f3c2eb5beefa960d86a2bc2144f9f
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
@@ -31,7 +31,9 @@
    leadingcompany.cpp \
    showinfomessage.cpp \
    customitem.cpp \
    customsortproxymodel.cpp
    customsortproxymodel.cpp \
    regularinvestment.cpp \
    historydata.cpp
HEADERS += \
        clientmainwindow.h \
@@ -40,11 +42,15 @@
    leadingcompany.h \
    showinfomessage.h \
    customitem.h \
    customsortproxymodel.h
    customsortproxymodel.h \
    regularinvestment.h \
    historydata.h
FORMS += \
        clientmainwindow.ui \
    getstocklist.ui \
    stockpolicy.ui \
    leadingcompany.ui \
    showinfomessage.ui
    showinfomessage.ui \
    regularinvestment.ui \
    historydata.ui