diff --git a/DesktopEditor/Qt_build/graphics/project/lepton_lib_all.cpp b/DesktopEditor/Qt_build/graphics/project/lepton_lib_all.cpp index 9c39e7dde8..6dcc10706a 100644 --- a/DesktopEditor/Qt_build/graphics/project/lepton_lib_all.cpp +++ b/DesktopEditor/Qt_build/graphics/project/lepton_lib_all.cpp @@ -134,7 +134,7 @@ #include "../../../raster/JBig2/source/LeptonLib/textops.cpp" #include "../../../raster/JBig2/source/LeptonLib/tiffio.cpp" #include "../../../raster/JBig2/source/LeptonLib/tiffiostub.cpp" -#include "../../../raster/JBig2/source/LeptonLib/utils.cpp" +#include "../../../raster/JBig2/source/LeptonLib/lepton_utils.cpp" #include "../../../raster/JBig2/source/LeptonLib/viewfiles.cpp" #include "../../../raster/JBig2/source/LeptonLib/warper.cpp" #include "../../../raster/JBig2/source/LeptonLib/watershed.cpp" diff --git a/DesktopEditor/raster/JBig2/source/LeptonLib/utils.cpp b/DesktopEditor/raster/JBig2/source/LeptonLib/lepton_utils.cpp similarity index 100% rename from DesktopEditor/raster/JBig2/source/LeptonLib/utils.cpp rename to DesktopEditor/raster/JBig2/source/LeptonLib/lepton_utils.cpp