Auth subsystem done

This commit is contained in:
Andrew nuark G 2020-12-15 23:40:46 +07:00
parent 43aefada4c
commit 6fb0559ae5
3 changed files with 82 additions and 0 deletions

View file

@ -20,6 +20,7 @@ SOURCES += \
main.cpp \
storageeditdialog.cpp \
system/apparatus.cpp \
system/auth_system.cpp \
usereditdialog.cpp \
vesseleditdialog.cpp
@ -36,6 +37,7 @@ HEADERS += \
entities/vessel_entity.h \
storageeditdialog.h \
system/apparatus.h \
system/auth_system.h \
usereditdialog.h \
vesseleditdialog.h