From 8b717bccb1065ba5a38208fb073045e43fb8ef5e Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期三, 12 二月 2025 23:08:00 +0800
Subject: [PATCH] 250212

---
 stock_plan.pro |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/stock_plan.pro b/stock_plan.pro
index 339ec9f..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
 
@@ -29,18 +29,28 @@
     getstocklist.cpp \
     stockpolicy.cpp \
     leadingcompany.cpp \
-    showinfomessage.cpp
+    showinfomessage.cpp \
+    customitem.cpp \
+    customsortproxymodel.cpp \
+    regularinvestment.cpp \
+    historydata.cpp
 
 HEADERS += \
         clientmainwindow.h \
     getstocklist.h \
     stockpolicy.h \
     leadingcompany.h \
-    showinfomessage.h
+    showinfomessage.h \
+    customitem.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