| | |
| | | # |
| | | #------------------------------------------------- |
| | | |
| | | QT += core gui network charts |
| | | QT += core gui network charts sql |
| | | |
| | | greaterThan(QT_MAJOR_VERSION, 4): QT += widgets |
| | | |
| | |
| | | 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 \ |
| | |
| | | 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 \ |
| | |
| | | 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 |