diff --git a/build.pro b/build.pro index 5e533c7..5ddb494 100644 --- a/build.pro +++ b/build.pro @@ -84,9 +84,11 @@ addSubProject(epubfile, $$CORE_ROOT_DIR/EpubFile/CEpubFile.pro,\ addSubProject(docbuilder, $$CORE_ROOT_DIR/DesktopEditor/doctrenderer/app_builder/docbuilder.pro,\ kernel unicodeconverter graphics doctrenderer) } + !no_tests { addSubProject(standardtester, $$CORE_ROOT_DIR/Test/Applications/StandardTester/standardtester.pro) addSubProject(x2ttester, $$CORE_ROOT_DIR/Test/Applications/x2tTester/x2ttester.pro) + addSubProject(ooxml_crypt, $$CORE_ROOT_DIR/OfficeCryptReader/ooxml_crypt/ooxml_crypt.pro) } core_and_multimedia { diff --git a/scripts/deploy_core.py b/scripts/deploy_core.py index 811f91f..bf8d073 100644 --- a/scripts/deploy_core.py +++ b/scripts/deploy_core.py @@ -56,6 +56,7 @@ def make(): base.copy_exe(core_build_dir + "/bin/" + platform_postfix, archive_dir, "allthemesgen") base.copy_exe(core_build_dir + "/bin/" + platform_postfix, archive_dir, "standardtester") base.copy_exe(core_build_dir + "/bin/" + platform_postfix, archive_dir, "x2ttester") + base.copy_exe(core_build_dir + "/bin/" + platform_postfix, archive_dir, "ooxml_crypt") if base.is_file(archive_dir + ".7z"):