Add admin panel
This commit is contained in:
parent
2c72beab6a
commit
9f2eb3c573
6 changed files with 276 additions and 7 deletions
|
|
@ -9,6 +9,7 @@ CONFIG += c++11
|
|||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||
|
||||
SOURCES += \
|
||||
adminpanel.cpp \
|
||||
authwindow.cpp \
|
||||
cargoeditdialog.cpp \
|
||||
deliverypointeditdialog.cpp \
|
||||
|
|
@ -26,6 +27,7 @@ SOURCES += \
|
|||
vesseleditdialog.cpp
|
||||
|
||||
HEADERS += \
|
||||
adminpanel.h \
|
||||
authwindow.h \
|
||||
cargoeditdialog.h \
|
||||
deliverypointeditdialog.h \
|
||||
|
|
@ -44,6 +46,7 @@ HEADERS += \
|
|||
vesseleditdialog.h
|
||||
|
||||
FORMS += \
|
||||
adminpanel.ui \
|
||||
authwindow.ui \
|
||||
cargoeditdialog.ui \
|
||||
deliverypointeditdialog.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue