From 509cab4025caa96e6b3e3962916b0d8cdadc4b93 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期三, 20 八月 2025 23:35:29 +0800
Subject: [PATCH] 250820

---
 stock_plan.pro |   28 +++++++++++++++++++++++++---
 1 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/stock_plan.pro b/stock_plan.pro
index 9051dba..244e6e6 100644
--- a/stock_plan.pro
+++ b/stock_plan.pro
@@ -33,7 +33,13 @@
     customitem.cpp \
     customsortproxymodel.cpp \
     regularinvestment.cpp \
-    historydata.cpp
+    historydata.cpp \
+    deepseekmainwindow.cpp \
+    bargraphics.cpp \
+    agilestrategy.cpp \
+    separateanalysis.cpp \
+    dbcache.cpp \
+    analysisbyrediscache.cpp
 
 HEADERS += \
         clientmainwindow.h \
@@ -44,7 +50,13 @@
     customitem.h \
     customsortproxymodel.h \
     regularinvestment.h \
-    historydata.h
+    historydata.h \
+    deepseekmainwindow.h \
+    bargraphics.h \
+    agilestrategy.h \
+    separateanalysis.h \
+    dbcache.h \
+    analysisbyrediscache.h
 
 FORMS += \
         clientmainwindow.ui \
@@ -53,4 +65,14 @@
     leadingcompany.ui \
     showinfomessage.ui \
     regularinvestment.ui \
-    historydata.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