Internal updates
This commit is contained in:
parent
ee4b01713f
commit
71944d637f
2 changed files with 111 additions and 23 deletions
|
|
@ -6,4 +6,22 @@ CONFIG -= app_bundle
|
|||
|
||||
TEMPLATE = app
|
||||
|
||||
SOURCES += tst_st_test.cpp
|
||||
SOURCES += tst_st_test.cpp \
|
||||
../sea_transport/entities/cargo_entity.cpp \
|
||||
../sea_transport/entities/storage_entity.cpp \
|
||||
../sea_transport/entities/dpoint_entity.cpp \
|
||||
../sea_transport/entities/vessel_entity.cpp \
|
||||
../sea_transport/entities/user_entity.cpp \
|
||||
../sea_transport/system/auth_system.cpp \
|
||||
../sea_transport/system/object_system.cpp
|
||||
|
||||
HEADERS += \
|
||||
../sea_transport/entities/ISerializable.h \
|
||||
../sea_transport/entities/IEntity.h \
|
||||
../sea_transport/entities/cargo_entity.h \
|
||||
../sea_transport/entities/storage_entity.h \
|
||||
../sea_transport/entities/dpoint_entity.h \
|
||||
../sea_transport/entities/vessel_entity.h \
|
||||
../sea_transport/entities/user_entity.h \
|
||||
../sea_transport/system/auth_system.h \
|
||||
../sea_transport/system/object_system.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue