From c19c692acea2a9ad0f63fd93d84b6c5a261e97ef Mon Sep 17 00:00:00 2001 From: "Elena.Subbotina" Date: Fri, 28 Oct 2022 10:29:43 +0300 Subject: [PATCH] fix build --- build.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.pro b/build.pro index 777ceac..bb4ee71 100644 --- a/build.pro +++ b/build.pro @@ -70,7 +70,8 @@ addSubProject(epubfile, $$CORE_ROOT_DIR/EpubFile/CEpubFile.pro,\ addSubProject(xlsformat, $$CORE_ROOT_DIR/ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro) addSubProject(xlsbformat, $$CORE_ROOT_DIR/Common/DocxFormat/DocxFormatLib/XlsbFormatLib.pro) addSubProject(vbaformat, $$CORE_ROOT_DIR/ASCOfficeXlsFile2/source/linux/VbaFormatLib.pro) - addSubProject(x2t, $$CORE_ROOT_DIR/X2tConverter/build/Qt/X2tConverter.pro,\ + addSubProject(cfcpp, $$CORE_ROOT_DIR/Common/cfcpp/cfcpp.pro) + addSubProject(x2t, $$CORE_ROOT_DIR/X2tConverter/build/Qt/X2tConverter.pro,\ docxformat pptxformat docxfile txtxmlformat rtfformat pptformat docformat odffilereader odffilewriter xlsformat xlsbformat fb2file epubfile docxrenderer) } !no_use_common_binary { @@ -117,4 +118,4 @@ mobile { !desktop { addSubProject(hunspell, $$CORE_ROOT_DIR/Common/3dParty/hunspell/qt/hunspell.pro) } -} \ No newline at end of file +}