This commit is contained in:
DavidXanatos 2022-02-05 15:36:13 +01:00
parent 1d29ff173e
commit d06d22a220
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@
HEADERS += ./stdafx.h \
./SandMan.h \
./SbiePlusAPI.h \
./SbieProcess.h \
./BoxJob.h \
./Models/SbieModel.h \
./Models/TraceModel.h \
./Views/SbieView.h \
@ -26,6 +28,8 @@ SOURCES += ./main.cpp \
./stdafx.cpp \
./SandMan.cpp \
./SbiePlusAPI.cpp \
./SbieProcess.cpp \
./BoxJob.cpp \
./Models/TraceModel.cpp \
./Models/SbieModel.cpp \
./Views/SbieView.cpp \