Add entities w/out logic

This commit is contained in:
Andrew 2020-09-10 00:43:40 +07:00
parent 1bda2c4047
commit 415ede2b91
11 changed files with 153 additions and 8 deletions

View file

@ -10,18 +10,37 @@ CONFIG += c++11
SOURCES += \
authwindow.cpp \
cargoeditdialog.cpp \
cargoentity.cpp \
deliverypointeditdialog.cpp \
deliverypointentity.cpp \
main.cpp \
mainwindow.cpp \
vesseleditdialog.cpp
storageeditdialog.cpp \
storageentity.cpp \
usereditdialog.cpp \
userentity.cpp \
vesseleditdialog.cpp \
vesselentity.cpp
HEADERS += \
authwindow.h \
mainwindow.h \
vesseleditdialog.h
cargoeditdialog.h \
cargoentity.h \
deliverypointeditdialog.h \
deliverypointentity.h \
storageeditdialog.h \
storageentity.h \
usereditdialog.h \
userentity.h \
vesseleditdialog.h \
vesselentity.h
FORMS += \
authwindow.ui \
mainwindow.ui \
cargoeditdialog.ui \
deliverypointeditdialog.ui \
storageeditdialog.ui \
usereditdialog.ui \
vesseleditdialog.ui
# Default rules for deployment.