Add delivery point entity

This commit is contained in:
Andrew nuark G 2020-12-15 16:40:45 +07:00
parent ecd5d3ae4e
commit b1333c74a5
3 changed files with 48 additions and 0 deletions

View file

@ -13,6 +13,7 @@ SOURCES += \
cargoeditdialog.cpp \
deliverypointeditdialog.cpp \
entities/cargo_entity.cpp \
entities/dpoint_entity.cpp \
main.cpp \
storageeditdialog.cpp \
usereditdialog.cpp \
@ -23,6 +24,7 @@ HEADERS += \
cargoeditdialog.h \
deliverypointeditdialog.h \
entities/cargo_entity.h \
entities/dpoint_entity.h \
storageeditdialog.h \
usereditdialog.h \
vesseleditdialog.h