File was renamed from Server/杜国庆/code/BG_Mon_Subsystem/BG_Mon_Subsystem.pro |
| | |
| | | #------------------------------------------------- |
| | | # |
| | | # Project created by QtCreator 2025-07-24T09:25:01 |
| | | # Project created by QtCreator 2025-07-28T17:19:28 |
| | | # |
| | | #------------------------------------------------- |
| | | |
| | |
| | | |
| | | greaterThan(QT_MAJOR_VERSION, 4): QT += widgets |
| | | |
| | | TARGET = BG_Mon_Subsystem |
| | | TARGET = BackgroundMon |
| | | TEMPLATE = app |
| | | |
| | | QT += core gui charts sql |
| | | |
| | | # The following define makes your compiler emit warnings if you use |
| | | # any feature of Qt which has been marked as deprecated (the exact warnings |
| | |
| | | |
| | | SOURCES += \ |
| | | main.cpp \ |
| | | gb_mon_subsystem_mainwindow.cpp \ |
| | | videostoragemanager.cpp \ |
| | | systemdaemon.cpp \ |
| | | systemmonitor.cpp \ |
| | | performancechart.cpp \ |
| | | databasemanager.cpp |
| | | mainwindow.cpp |
| | | |
| | | HEADERS += \ |
| | | gb_mon_subsystem_mainwindow.h \ |
| | | videostoragemanager.h \ |
| | | systemdaemon.h \ |
| | | systemmonitor.h \ |
| | | performancechart.h \ |
| | | databasemanager.h |
| | | mainwindow.h |
| | | |
| | | FORMS += \ |
| | | gb_mon_subsystem_mainwindow.ui |
| | | mainwindow.ui |