From 987254bf420571a7b89391d8227569a1b5774019 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期五, 21 二月 2025 23:25:48 +0800
Subject: [PATCH] 250221
---
stock_plan.pro | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/stock_plan.pro b/stock_plan.pro
index 60cf5de..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
@@ -32,7 +32,8 @@
showinfomessage.cpp \
customitem.cpp \
customsortproxymodel.cpp \
- regularinvestment.cpp
+ regularinvestment.cpp \
+ historydata.cpp
HEADERS += \
clientmainwindow.h \
@@ -42,7 +43,8 @@
showinfomessage.h \
customitem.h \
customsortproxymodel.h \
- regularinvestment.h
+ regularinvestment.h \
+ historydata.h
FORMS += \
clientmainwindow.ui \
@@ -50,4 +52,5 @@
stockpolicy.ui \
leadingcompany.ui \
showinfomessage.ui \
- regularinvestment.ui
+ regularinvestment.ui \
+ historydata.ui
--
Gitblit v1.8.0