This commit is contained in:
Elena Subbotina
2024-10-11 21:35:36 +03:00
parent dcc4342483
commit d69e4ca0ba
2 changed files with 6 additions and 4 deletions

View File

@ -162,8 +162,9 @@ SOURCES += \
../../../XlsxFormat/SharedStrings/XlsxRun.cpp \
../../../XlsxFormat/SharedStrings/SharedStrings.cpp \
../../../XlsxFormat/Pivot/Pivots.cpp \
../../../XlsxFormat/Pivot/PivotHierarchies.cpp \
../../../XlsxFormat/Slicer/SlicerCache.cpp \
../../../XlsxFormat/Pivot/PivotCacheChildOther.cpp \
../../../XlsxFormat/Pivot/PivotHierarchies.cpp \
../../../XlsxFormat/Slicer/SlicerCache.cpp \
../../../XlsxFormat/Slicer/SlicerCacheExt.cpp \
../../../XlsxFormat/Slicer/Slicer.cpp \
../../../XlsxFormat/Timelines/Timeline.cpp \
@ -197,7 +198,6 @@ SOURCES += \
../../../Base/Unit.cpp \
../../../Base/WinColor.cpp \
../../../../Common/3dParty/pole/pole.cpp \
../../../XlsxFormat/Pivot/PivotCacheChildOther.cpp \
docx_format.cpp
@ -305,7 +305,7 @@ HEADERS += \
../../../XlsxFormat/Drawing/Drawing.h \
../../../XlsxFormat/Drawing/FromTo.h \
../../../XlsxFormat/Drawing/Pos.h \
../../../XlsxFormat/Pivot/PivotCacheChildOther.h \
../../../XlsxFormat/Pivot/PivotCacheChildOther.h \
../../../XlsxFormat/SharedStrings/PhoneticPr.h \
../../../XlsxFormat/SharedStrings/Run.h \
../../../XlsxFormat/SharedStrings/SharedStrings.h \

View File

@ -97,3 +97,5 @@
#include "../../../XlsxFormat/Timelines/Timeline.cpp"
#include "../../../XlsxFormat/Workbook/Metadata.cpp"
#include "../../../XlsxFormat/RichData/RdRichValue.cpp"
#include "../../../XlsxFormat/Pivot/PivotCacheChildOther.cpp"
#include "../../../XlsxFormat/Pivot/PivotHierarchies.cpp"