From 7c4fe576e5fc20267d5e1d5287cbb2ec77e64c3a Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期二, 19 八月 2025 23:40:18 +0800
Subject: [PATCH] redis

---
 stock_plan.pro |   33 +++++++++++++++++++++++++++++----
 1 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/stock_plan.pro b/stock_plan.pro
index 60cf5de..244e6e6 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,14 @@
     showinfomessage.cpp \
     customitem.cpp \
     customsortproxymodel.cpp \
-    regularinvestment.cpp
+    regularinvestment.cpp \
+    historydata.cpp \
+    deepseekmainwindow.cpp \
+    bargraphics.cpp \
+    agilestrategy.cpp \
+    separateanalysis.cpp \
+    dbcache.cpp \
+    analysisbyrediscache.cpp
 
 HEADERS += \
         clientmainwindow.h \
@@ -42,7 +49,14 @@
     showinfomessage.h \
     customitem.h \
     customsortproxymodel.h \
-    regularinvestment.h
+    regularinvestment.h \
+    historydata.h \
+    deepseekmainwindow.h \
+    bargraphics.h \
+    agilestrategy.h \
+    separateanalysis.h \
+    dbcache.h \
+    analysisbyrediscache.h
 
 FORMS += \
         clientmainwindow.ui \
@@ -50,4 +64,15 @@
     stockpolicy.ui \
     leadingcompany.ui \
     showinfomessage.ui \
-    regularinvestment.ui
+    regularinvestment.ui \
+    historydata.ui \
+    deepseekmainwindow.ui \
+    agilestrategy.ui \
+    separateanalysis.ui \
+    analysisbyrediscache.ui
+
+win32:CONFIG(release, debug|release): LIBS += -L$$PWD/hiredis-master/build/release/ -lhiredisd
+else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/hiredis-master/build/debug/ -lhiredisd
+
+INCLUDEPATH += $$PWD/hiredis-master
+DEPENDPATH += $$PWD/hiredis-master

--
Gitblit v1.8.0