diff --git a/huagao/huagaotwds.pro b/huagao/huagaotwds.pro index 640d1b0b..fc1f9956 100644 --- a/huagao/huagaotwds.pro +++ b/huagao/huagaotwds.pro @@ -79,6 +79,8 @@ SOURCES += huagaods.cpp \ ImageProcess/ImageApplySharpen.cpp \ ImageProcess/ImageProcess_Public.cpp \ ImageProcess/ImageApplyConcatenation.cpp \ + ImageProcess/ImageApplyDetachNoise.cpp \ + ImageProcess/ImageApplyHSVCorrect.cpp \ GscanJsonConfig.cpp \ Sliders.cpp \ SmartEdit.cpp \ @@ -128,12 +130,14 @@ HEADERS += huagaods.hpp \ ImageProcess/ImageApplyCrop.h \ ImageProcess/ImageApplyDiscardBlank.h \ ImageProcess/ImageApplyHeaders.h \ + ImageProcess/ImageApplyDetachNoise.h \ ImageProcess/ImageApplyOutHole.h \ ImageProcess/ImageApplyResize.h \ ImageProcess/ImageApplyRotation.h \ ImageProcess/ImageApplySharpen.h \ ImageProcess/ImageProcess_Public.h \ ImageProcess/ImageApplyConcatenation.h \ + ImageProcess/ImageApplyHSVCorrect.h \ GscanJsonConfig.h \ MapFinder.h \ Sliders.h \