From 6a1c01b3b618d56011560d19f4da9c47793fff4a Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期一, 10 二月 2025 12:30:47 +0800 Subject: [PATCH] 0210 --- stock_plan.pro | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/stock_plan.pro b/stock_plan.pro index 29a0169..9051dba 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,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 -- Gitblit v1.8.0