From b6c9de9d235940b1a4c0c5d3586eceba3c64b4ed Mon Sep 17 00:00:00 2001 From: 2290867136 <2290867136@qq.com> Date: Tue, 12 Sep 2023 00:28:47 +0800 Subject: [PATCH] 1 --- Hotel_Management.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Hotel_Management.pro b/Hotel_Management.pro index d3ea90a..4ecf885 100644 --- a/Hotel_Management.pro +++ b/Hotel_Management.pro @@ -9,6 +9,7 @@ CONFIG += c++17 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 SOURCES += \ + add_administration.cpp \ administration.cpp \ cellstatus.cpp \ checkbtn.cpp \ @@ -22,6 +23,7 @@ SOURCES += \ resetmessage.cpp HEADERS += \ + add_administration.h \ administration.h \ cellstatus.h \ checkbtn.h \ @@ -34,6 +36,7 @@ HEADERS += \ resetmessage.h FORMS += \ + add_administration.ui \ administration.ui \ cellstatus.ui \ checkbtn.ui \