2290867136 2 years ago
parent 7cda93a33c
commit b6c9de9d23

@ -9,6 +9,7 @@ CONFIG += c++17
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \ SOURCES += \
add_administration.cpp \
administration.cpp \ administration.cpp \
cellstatus.cpp \ cellstatus.cpp \
checkbtn.cpp \ checkbtn.cpp \
@ -22,6 +23,7 @@ SOURCES += \
resetmessage.cpp resetmessage.cpp
HEADERS += \ HEADERS += \
add_administration.h \
administration.h \ administration.h \
cellstatus.h \ cellstatus.h \
checkbtn.h \ checkbtn.h \
@ -34,6 +36,7 @@ HEADERS += \
resetmessage.h resetmessage.h
FORMS += \ FORMS += \
add_administration.ui \
administration.ui \ administration.ui \
cellstatus.ui \ cellstatus.ui \
checkbtn.ui \ checkbtn.ui \

Loading…
Cancel
Save