Commit f634d1cf authored by ElenaSubbotina's avatar ElenaSubbotina

x2t refactoring qt projects ...

parent a810253b
......@@ -53,14 +53,13 @@ INCLUDEPATH += \
SOURCES += pptxformatlib.cpp
build_fast {
core_release {
SOURCES += \
pptxformatlib_logic.cpp \
pptxformatlib_converter.cpp
} else {
pptxformatlib_logic.cpp
}
core_debug {
SOURCES += \
../../../ASCOfficeDrawingConverter.cpp \
../../../ASCOfficePPTXFileRealization.cpp \
../../../PPTXFormat/DocxFormat/IFileContainer.cpp \
../../../PPTXFormat/Logic/Colors/SchemeClr.cpp \
../../../PPTXFormat/Logic/Fills/Blip.cpp \
......@@ -94,19 +93,23 @@ SOURCES += \
../../../PPTXFormat/Logic/TxBody.cpp \
../../../PPTXFormat/Logic/UniColor.cpp \
../../../PPTXFormat/Logic/UniEffect.cpp \
../../../PPTXFormat/Logic/Runs/MathParaWrapper.cpp \
../../../PPTXFormat/Logic/Runs/MathParaWrapper.cpp \
../../../PPTXFormat/Logic/Controls.cpp \
../../../PPTXFormat/FileContainer.cpp \
../../../PPTXFormat/FileFactory.cpp \
../../../PPTXFormat/FileMap.cpp \
../../../PPTXFormat/Folder.cpp \
../../../PPTXFormat/Folder.cpp
}
SOURCES += \
../../../ASCOfficeDrawingConverter.cpp \
../../../ASCOfficePPTXFileRealization.cpp \
../../../Editor/BinaryFileReaderWriter.cpp \
../../../Editor/FontPicker.cpp \
../../../Editor/Drawing/Layout.cpp \
../../../Editor/Drawing/TextAttributesEx.cpp \
../../../Editor/Drawing/Elements.cpp \
../../../PPTXFormat/Logic/Controls.cpp \
../../../../HtmlRenderer/src/ASCSVGWriter.cpp
}
HEADERS += pptxformatlib.h \
../../../ASCOfficeDrawingConverter.h \
......
/*
* (c) Copyright Ascensio System SIA 2010-2016
*
* This program is a free software product. You can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License (AGPL)
* version 3 as published by the Free Software Foundation. In accordance with
* Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect
* that Ascensio System SIA expressly excludes the warranty of non-infringement
* of any third-party rights.
*
* This program is distributed WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For
* details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
*
* You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia,
* EU, LV-1021.
*
* The interactive user interfaces in modified source and object code versions
* of the Program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU AGPL version 3.
*
* Pursuant to Section 7(b) of the License you must retain the original Product
* logo when distributing the program. Pursuant to Section 7(e) we decline to
* grant you any rights under trademark law for use of our trademarks.
*
* All the Product's GUI elements, including illustrations and icon sets, as
* well as technical writing content are licensed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International. See the License
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
#include "../../../Editor/FontPicker.cpp"
#include "../../../../HtmlRenderer/src/ASCSVGWriter.cpp"
#include "../../../ASCOfficeDrawingConverter.cpp"
#include "../../../ASCOfficePPTXFileRealization.cpp"
#include "../../../Editor/BinaryFileReaderWriter.cpp"
......@@ -62,8 +62,9 @@
#include "../../../PPTXFormat/Logic/TxBody.cpp"
#include "../../../PPTXFormat/Logic/UniColor.cpp"
#include "../../../PPTXFormat/Logic/UniEffect.cpp"
#include "../../../PPTXFormat/Logic/Runs/MathParaWrapper.cpp"
#include "../../../PPTXFormat/Logic/Controls.cpp"
#include "../../../PPTXFormat/FileContainer.cpp"
#include "../../../PPTXFormat/FileFactory.cpp"
#include "../../../PPTXFormat/FileMap.cpp"
#include "../../../PPTXFormat/Folder.cpp"
#include "../../../PPTXFormat/Logic/Controls.cpp"
......@@ -25,11 +25,12 @@ INCLUDEPATH += \
#BOOST
include($$PWD/../../3dParty/boost/boost.pri)
build_fast {
core_release {
SOURCES += \
docxformatlib_logic.cpp \
docxformatlib_file.cpp
} else {
docxformatlib_logic.cpp
}
core_debug {
SOURCES += \
../Source/DocxFormat/Drawing/DrawingCoreInfo.cpp \
../Source/DocxFormat/Drawing/DrawingEffects.cpp \
......@@ -55,12 +56,21 @@ SOURCES += \
../Source/DocxFormat/Docx.cpp \
../Source/XlsxFormat/Chart/ChartSerialize.cpp \
../Source/XlsxFormat/Common.cpp \
../Source/XML/libxml2/libxml2.cpp \
../Source/DocxFormat/FileFactory.cpp \
../Source/DocxFormat/IFileContainer.cpp \
../Source/SystemUtility/SystemUtility.cpp \
../Source/XlsxFormat/FileFactory_Spreadsheet.cpp \
../Source/XlsxFormat/IFileContainer_Spreadsheet.cpp \
../Source/DocxFormat/Drawing/DrawingExt.cpp \
../Source/Common/Align.cpp \
../Source/Common/Color.cpp \
../Source/Common/Index.cpp \
../Source/Common/NumFormat.cpp \
../Source/Common/Position.cpp \
../Source/Common/Utils.cpp \
../Source/Common/Wrap.cpp \
../Source/Common/ZIndex.cpp \
../Source/Common/SimpleTypes_Word.cpp
}
core_windows {
SOURCES += \
......@@ -71,24 +81,16 @@ core_windows {
../Source/SystemUtility/FileSystem/DirectoryPosix.cpp \
../Source/SystemUtility/FileSystem/FilePosix.cpp \
}
}
SOURCES += docxformatlib.cpp \
../Source/Common/Align.cpp \
../Source/Common/Color.cpp \
../Source/Common/Index.cpp \
../Source/Common/NumFormat.cpp \
../Source/Common/Position.cpp \
../Source/Common/Utils.cpp \
../Source/Common/Wrap.cpp \
../Source/Common/ZIndex.cpp \
../Source/Common/SimpleTypes_Word.cpp \
../Source/XML/libxml2/libxml2.cpp \
../Source/Utility/codecvt.cpp \
../Source/Utility/DateTime.cpp \
../Source/Utility/TxtFile.cpp \
../Source/Base/unicode_util.cpp \
../../3dParty/pole/pole.cpp \
../Source/DocxFormat/Drawing/DrawingExt.cpp
../Source/SystemUtility/SystemUtility.cpp \
../../3dParty/pole/pole.cpp
HEADERS += docxformatlib.h \
../Source/Base/Base.h \
......
/*
* (c) Copyright Ascensio System SIA 2010-2016
*
* This program is a free software product. You can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License (AGPL)
* version 3 as published by the Free Software Foundation. In accordance with
* Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect
* that Ascensio System SIA expressly excludes the warranty of non-infringement
* of any third-party rights.
*
* This program is distributed WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For
* details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
*
* You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia,
* EU, LV-1021.
*
* The interactive user interfaces in modified source and object code versions
* of the Program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU AGPL version 3.
*
* Pursuant to Section 7(b) of the License you must retain the original Product
* logo when distributing the program. Pursuant to Section 7(e) we decline to
* grant you any rights under trademark law for use of our trademarks.
*
* All the Product's GUI elements, including illustrations and icon sets, as
* well as technical writing content are licensed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International. See the License
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
#if defined(_WIN32) || defined (_WIN64)
#include "../Source/SystemUtility/FileSystem/Directory.cpp"
#include "../Source/SystemUtility/FileSystem/File.cpp"
#else
#include "../Source/SystemUtility/FileSystem/DirectoryPosix.cpp"
#include "../Source/SystemUtility/FileSystem/FilePosix.cpp"
#endif
#include "../Source/XlsxFormat/Common.cpp"
#include "../Source/XML/libxml2/libxml2.cpp"
#include "../Source/SystemUtility/SystemUtility.cpp"
......@@ -29,6 +29,7 @@
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
#include "../Source/DocxFormat/Drawing/DrawingCoreInfo.cpp"
#include "../Source/DocxFormat/Drawing/DrawingEffects.cpp"
#include "../Source/DocxFormat/Logic/AlternateContent.cpp"
......@@ -52,8 +53,18 @@
#include "../Source/MathEquation/MathEquation.cpp"
#include "../Source/DocxFormat/Docx.cpp"
#include "../Source/XlsxFormat/Chart/ChartSerialize.cpp"
#include "../Source/XlsxFormat/Common.cpp"
#include "../Source/DocxFormat/FileFactory.cpp"
#include "../Source/DocxFormat/IFileContainer.cpp"
#include "../Source/XlsxFormat/FileFactory_Spreadsheet.cpp"
#include "../Source/XlsxFormat/IFileContainer_Spreadsheet.cpp"
#include "../Source/DocxFormat/Drawing/DrawingExt.cpp"
#include "../Source/Common/Align.cpp"
#include "../Source/Common/Color.cpp"
#include "../Source/Common/Index.cpp"
#include "../Source/Common/NumFormat.cpp"
#include "../Source/Common/Position.cpp"
#include "../Source/Common/Utils.cpp"
#include "../Source/Common/Wrap.cpp"
#include "../Source/Common/ZIndex.cpp"
#include "../Source/Common/SimpleTypes_Word.cpp"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment