调整配置文件,解决编译报错问题

This commit is contained in:
lovelyyoung 2020-07-07 09:52:40 +08:00
parent c8143e0e42
commit fb79479a85
1 changed files with 4 additions and 0 deletions

View File

@ -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 \