Update SandMan.pri

This commit is contained in:
DavidXanatos 2022-02-05 15:20:14 +01:00
parent 46904667b0
commit bf51889346
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 \