lpt
2025-07-30 7c0f9b58ab5c7ae5f157c4d1a55e31c4d911c021
Server/杜国庆/code/BackgroundMon/BackgroundMon.pro
File was renamed from Server/杜国庆/code/BG_Mon_Subsystem/BG_Mon_Subsystem.pro
@@ -1,6 +1,6 @@
#-------------------------------------------------
#
# Project created by QtCreator 2025-07-24T09:25:01
# Project created by QtCreator 2025-07-28T17:19:28
#
#-------------------------------------------------
@@ -8,8 +8,10 @@
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
@@ -25,20 +27,10 @@
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