From 8f4eb9a829d70a28c1d6dff8baa1034e57878c56 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 13 八月 2025 23:07:34 +0800 Subject: [PATCH] 250813 --- stock_plan.pro | 25 +++++++++++++++++++++---- 1 files changed, 21 insertions(+), 4 deletions(-) diff --git a/stock_plan.pro b/stock_plan.pro index 29a0169..2e9b583 100644 --- a/stock_plan.pro +++ b/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,13 @@ leadingcompany.cpp \ showinfomessage.cpp \ customitem.cpp \ - customsortproxymodel.cpp + customsortproxymodel.cpp \ + regularinvestment.cpp \ + historydata.cpp \ + deepseekmainwindow.cpp \ + bargraphics.cpp \ + agilestrategy.cpp \ + separateanalysis.cpp HEADERS += \ clientmainwindow.h \ @@ -40,11 +46,22 @@ leadingcompany.h \ showinfomessage.h \ customitem.h \ - customsortproxymodel.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 -- Gitblit v1.8.0