From abc5b592843b5482ddbeb576ee7fba46f2fc5e39 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期四, 11 九月 2025 23:14:11 +0800 Subject: [PATCH] 250911 --- stock_plan.pro | 39 +++++++++++++++++++++++++++++++++++---- 1 files changed, 35 insertions(+), 4 deletions(-) diff --git a/stock_plan.pro b/stock_plan.pro index 29a0169..3084763 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,16 @@ leadingcompany.cpp \ showinfomessage.cpp \ customitem.cpp \ - customsortproxymodel.cpp + customsortproxymodel.cpp \ + regularinvestment.cpp \ + historydata.cpp \ + deepseekmainwindow.cpp \ + bargraphics.cpp \ + agilestrategy.cpp \ + separateanalysis.cpp \ + dbcache.cpp \ + analysisbyrediscache.cpp \ + positionmanagement.cpp HEADERS += \ clientmainwindow.h \ @@ -40,11 +49,33 @@ leadingcompany.h \ showinfomessage.h \ customitem.h \ - customsortproxymodel.h + customsortproxymodel.h \ + regularinvestment.h \ + historydata.h \ + deepseekmainwindow.h \ + bargraphics.h \ + agilestrategy.h \ + separateanalysis.h \ + dbcache.h \ + analysisbyrediscache.h \ + positionmanagement.h FORMS += \ clientmainwindow.ui \ getstocklist.ui \ stockpolicy.ui \ leadingcompany.ui \ - showinfomessage.ui + showinfomessage.ui \ + regularinvestment.ui \ + historydata.ui \ + deepseekmainwindow.ui \ + agilestrategy.ui \ + separateanalysis.ui \ + analysisbyrediscache.ui \ + positionmanagement.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