| | |
| | | # |
| | | #------------------------------------------------- |
| | | |
| | | QT += core gui network charts |
| | | QT += core gui network charts sql |
| | | |
| | | greaterThan(QT_MAJOR_VERSION, 4): QT += widgets |
| | | |
| | |
| | | leadingcompany.cpp \ |
| | | showinfomessage.cpp \ |
| | | customitem.cpp \ |
| | | customsortproxymodel.cpp |
| | | customsortproxymodel.cpp \ |
| | | regularinvestment.cpp \ |
| | | historydata.cpp |
| | | |
| | | HEADERS += \ |
| | | clientmainwindow.h \ |
| | |
| | | leadingcompany.h \ |
| | | showinfomessage.h \ |
| | | customitem.h \ |
| | | customsortproxymodel.h |
| | | customsortproxymodel.h \ |
| | | regularinvestment.h \ |
| | | historydata.h |
| | | |
| | | FORMS += \ |
| | | clientmainwindow.ui \ |
| | | getstocklist.ui \ |
| | | stockpolicy.ui \ |
| | | leadingcompany.ui \ |
| | | showinfomessage.ui |
| | | showinfomessage.ui \ |
| | | regularinvestment.ui \ |
| | | historydata.ui |