mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
236 lines
8.9 KiB
INI
236 lines
8.9 KiB
INI
TEMPLATE = subdirs
|
|
|
|
ROOT_DIR=$$PWD/..
|
|
DEPLOY_DIR=$$PWD/deploy
|
|
CORE_ROOT_DIR=$$ROOT_DIR/core
|
|
|
|
include($$CORE_ROOT_DIR/Common/base.pri)
|
|
include($$PWD/scripts/common.pri)
|
|
|
|
MAKEFILE=makefiles/build.makefile_$$CORE_BUILDS_PLATFORM_PREFIX
|
|
|
|
PRO_SUFFIX=$$CORE_BUILDS_PLATFORM_PREFIX
|
|
build_xp {
|
|
MAKEFILE=$$join(MAKEFILE, MAKEFILE, "", "_xp")
|
|
PRO_SUFFIX=$$join(PRO_SUFFIX, PRO_SUFFIX, "", "_xp")
|
|
}
|
|
|
|
CONFIG += ordered
|
|
|
|
core_mac {
|
|
CONFIG += no_use_htmlfileinternal
|
|
}
|
|
build_xp {
|
|
CONFIG += no_use_htmlfileinternal
|
|
}
|
|
|
|
SUBDIRS = \
|
|
cryptopp \
|
|
\
|
|
kernel \
|
|
unicodeconverter \
|
|
graphics \
|
|
pdfwriter \
|
|
djvufile \
|
|
xpsfile \
|
|
htmlrenderer \
|
|
pdfreader \
|
|
htmlfile \
|
|
doctrenderer \
|
|
\
|
|
allfontsgen \
|
|
allthemesgen \
|
|
\
|
|
docbuilder \
|
|
\
|
|
docxformat \
|
|
pptxformat \
|
|
docxfile \
|
|
txtxmlformat \
|
|
rtfformat \
|
|
pptformat \
|
|
docformat \
|
|
odffilereader \
|
|
odffilewriter \
|
|
xlsformat \
|
|
x2t
|
|
|
|
!no_use_htmlfileinternal {
|
|
SUBDIRS += htmlfileinternal
|
|
}
|
|
|
|
desktop {
|
|
message(desktop)
|
|
|
|
SUBDIRS += \
|
|
hunspell \
|
|
ooxmlsignature
|
|
|
|
core_windows {
|
|
SUBDIRS += projicons
|
|
}
|
|
|
|
!core_mac {
|
|
|
|
SUBDIRS += \
|
|
documentscore \
|
|
videoplayer \
|
|
desktopapp
|
|
|
|
}
|
|
|
|
}
|
|
|
|
CONFIG += ordered
|
|
|
|
# PROJECTS
|
|
cryptopp.file = $$CORE_ROOT_DIR/Common/3dParty/cryptopp/project/cryptopp.pro
|
|
cryptopp.makefile = $$CORE_ROOT_DIR/Common/3dParty/cryptopp/project/Makefile.cryptopp$$PRO_SUFFIX
|
|
|
|
kernel.file = $$CORE_ROOT_DIR/Common/kernel.pro
|
|
kernel.makefile = $$CORE_ROOT_DIR/Common/Makefile.kernel$$PRO_SUFFIX
|
|
|
|
unicodeconverter.file = $$CORE_ROOT_DIR/UnicodeConverter/UnicodeConverter.pro
|
|
unicodeconverter.makefile = $$CORE_ROOT_DIR/UnicodeConverter/Makefile.UnicodeConverter$$PRO_SUFFIX
|
|
|
|
graphics.file = $$CORE_ROOT_DIR/DesktopEditor/graphics/pro/graphics.pro
|
|
graphics.makefile = $$CORE_ROOT_DIR/DesktopEditor/graphics/pro/Makefile.graphics$$PRO_SUFFIX
|
|
|
|
pdfwriter.file = $$CORE_ROOT_DIR/PdfWriter/PdfWriter.pro
|
|
pdfwriter.makefile = $$CORE_ROOT_DIR/PdfWriter/Makefile.PdfWriter$$PRO_SUFFIX
|
|
|
|
djvufile.file = $$CORE_ROOT_DIR/DjVuFile/DjVuFile.pro
|
|
djvufile.makefile = $$CORE_ROOT_DIR/DjVuFile/Makefile.DjVuFile$$PRO_SUFFIX
|
|
|
|
xpsfile.file = $$CORE_ROOT_DIR/XpsFile/XpsFile.pro
|
|
xpsfile.makefile = $$CORE_ROOT_DIR/XpsFile/Makefile.XpsFile$$PRO_SUFFIX
|
|
|
|
htmlrenderer.file = $$CORE_ROOT_DIR/HtmlRenderer/htmlrenderer.pro
|
|
htmlrenderer.makefile = $$CORE_ROOT_DIR/HtmlRenderer/Makefile.htmlrenderer$$PRO_SUFFIX
|
|
|
|
pdfreader.file = $$CORE_ROOT_DIR/PdfReader/PdfReader.pro
|
|
pdfreader.makefile = $$CORE_ROOT_DIR/PdfReader/Makefile.PdfReader$$PRO_SUFFIX
|
|
|
|
htmlfile.file = $$CORE_ROOT_DIR/HtmlFile/HtmlFile.pro
|
|
htmlfile.makefile = $$CORE_ROOT_DIR/HtmlFile/Makefile.HtmlFile$$PRO_SUFFIX
|
|
|
|
doctrenderer.file = $$CORE_ROOT_DIR/DesktopEditor/doctrenderer/doctrenderer.pro
|
|
doctrenderer.makefile = $$CORE_ROOT_DIR/DesktopEditor/doctrenderer/Makefile.doctrenderer$$PRO_SUFFIX
|
|
|
|
!no_use_htmlfileinternal {
|
|
htmlfileinternal.file = $$ROOT_DIR/desktop-sdk/HtmlFile/Internal/Internal.pro
|
|
htmlfileinternal.makefile = $$ROOT_DIR/desktop-sdk/HtmlFile/Internal/Makefile.Internal$$PRO_SUFFIX
|
|
}
|
|
|
|
allfontsgen.file = $$CORE_ROOT_DIR/DesktopEditor/AllFontsGen/AllFontsGen.pro
|
|
allfontsgen.makefile = $$CORE_ROOT_DIR/DesktopEditor/AllFontsGen/Makefile.AllFontsGen$$PRO_SUFFIX
|
|
|
|
allthemesgen.file = $$CORE_ROOT_DIR/DesktopEditor/allthemesgen/allthemesgen.pro
|
|
allthemesgen.makefile = $$CORE_ROOT_DIR/DesktopEditor/allthemesgen/Makefile.allthemesgen$$PRO_SUFFIX
|
|
|
|
docbuilder.file = $$CORE_ROOT_DIR/DesktopEditor/doctrenderer/app_builder/docbuilder.pro
|
|
docbuilder.makefile = $$CORE_ROOT_DIR/DesktopEditor/doctrenderer/app_builder/Makefile.docbuilder$$PRO_SUFFIX
|
|
|
|
docxformat.file = $$CORE_ROOT_DIR/Common/DocxFormat/DocxFormatLib/DocxFormatLib.pro
|
|
docxformat.makefile = $$CORE_ROOT_DIR/Common/DocxFormat/DocxFormatLib/Makefile.DocxFormatLib$$PRO_SUFFIX
|
|
|
|
pptxformat.file = $$CORE_ROOT_DIR/ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro
|
|
pptxformat.makefile = $$CORE_ROOT_DIR/ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/Makefile.PPTXFormatLib$$PRO_SUFFIX
|
|
|
|
docxfile.file = $$CORE_ROOT_DIR/ASCOfficeDocxFile2/Linux/ASCOfficeDocxFile2Lib.pro
|
|
docxfile.makefile = $$CORE_ROOT_DIR/ASCOfficeDocxFile2/Linux/Makefile.ASCOfficeDocxFile2Lib$$PRO_SUFFIX
|
|
|
|
txtxmlformat.file = $$CORE_ROOT_DIR/ASCOfficeTxtFile/TxtXmlFormatLib/Linux/TxtXmlFormatLib.pro
|
|
txtxmlformat.makefile = $$CORE_ROOT_DIR/ASCOfficeTxtFile/TxtXmlFormatLib/Linux/Makefile.TxtXmlFormatLib$$PRO_SUFFIX
|
|
|
|
rtfformat.file = $$CORE_ROOT_DIR/ASCOfficeRtfFile/RtfFormatLib/Linux/RtfFormatLib.pro
|
|
rtfformat.makefile = $$CORE_ROOT_DIR/ASCOfficeRtfFile/RtfFormatLib/Linux/Makefile.RtfFormatLib$$PRO_SUFFIX
|
|
|
|
pptformat.file = $$CORE_ROOT_DIR/ASCOfficePPTFile/PPTFormatLib/Linux/PPTFormatLib.pro
|
|
pptformat.makefile = $$CORE_ROOT_DIR/ASCOfficePPTFile/PPTFormatLib/Linux/Makefile.PPTFormatLib$$PRO_SUFFIX
|
|
|
|
docformat.file = $$CORE_ROOT_DIR/ASCOfficeDocFile/DocFormatLib/Linux/DocFormatLib.pro
|
|
docformat.makefile = $$CORE_ROOT_DIR/ASCOfficeDocFile/DocFormatLib/Linux/Makefile.DocFormatLib$$PRO_SUFFIX
|
|
|
|
odffilereader.file = $$CORE_ROOT_DIR/ASCOfficeOdfFile/linux/OdfFileReaderLib.pro
|
|
odffilereader.makefile = $$CORE_ROOT_DIR/ASCOfficeOdfFile/linux/Makefile.OdfFileReaderLib$$PRO_SUFFIX
|
|
|
|
odffilewriter.file = $$CORE_ROOT_DIR/ASCOfficeOdfFileW/linux/OdfFileWriterLib.pro
|
|
odffilewriter.makefile = $$CORE_ROOT_DIR/ASCOfficeOdfFileW/linux/Makefile.OdfFileWriterLib$$PRO_SUFFIX
|
|
|
|
xlsformat.file = $$CORE_ROOT_DIR/ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro
|
|
xlsformat.makefile = $$CORE_ROOT_DIR/ASCOfficeXlsFile2/source/linux/Makefile.XlsFormatLib$$PRO_SUFFIX
|
|
|
|
x2t.file = $$CORE_ROOT_DIR/X2tConverter/build/Qt/X2tConverter.pro
|
|
x2t.makefile = $$CORE_ROOT_DIR/X2tConverter/build/Qt/Makefile.X2tConverter$$PRO_SUFFIX
|
|
|
|
desktop {
|
|
hunspell.file = $$CORE_ROOT_DIR/DesktopEditor/hunspell-1.3.3/src/qt/hunspell.pro
|
|
hunspell.makefile = $$CORE_ROOT_DIR/DesktopEditor/hunspell-1.3.3/src/qt/Makefile.hunspell$$PRO_SUFFIX
|
|
|
|
ooxmlsignature.file = $$CORE_ROOT_DIR/DesktopEditor/xmlsec/src/ooxmlsignature.pro
|
|
ooxmlsignature.makefile = $$CORE_ROOT_DIR/DesktopEditor/xmlsec/src/Makefile.ooxmlsignature$$PRO_SUFFIX
|
|
|
|
core_windows {
|
|
documentscore.file = $$ROOT_DIR/desktop-sdk/ChromiumBasedEditors/lib/AscDocumentsCore_win.pro
|
|
documentscore.makefile = $$ROOT_DIR/desktop-sdk/ChromiumBasedEditors/lib/Makefile.AscDocumentsCore_win$$PRO_SUFFIX
|
|
}
|
|
|
|
core_linux {
|
|
documentscore.file = $$ROOT_DIR/desktop-sdk/ChromiumBasedEditors/lib/AscDocumentsCore_linux.pro
|
|
documentscore.makefile = $$ROOT_DIR/desktop-sdk/ChromiumBasedEditors/lib/Makefile.AscDocumentsCore_linux$$PRO_SUFFIX
|
|
}
|
|
|
|
videoplayer.file = $$ROOT_DIR/desktop-sdk/ChromiumBasedEditors/videoplayerlib/videoplayerlib.pro
|
|
videoplayer.makefile = $$ROOT_DIR/desktop-sdk/ChromiumBasedEditors/videoplayerlib/Makefile.videoplayerlib$$PRO_SUFFIX
|
|
|
|
core_windows {
|
|
projicons.file = $$ROOT_DIR/desktop-apps/win-linux/extras/projicons/ProjIcons.pro
|
|
projicons.makefile = $$ROOT_DIR/desktop-apps/win-linux/extras/projicons/Makefile.ProjIcons$$PRO_SUFFIX
|
|
}
|
|
|
|
desktopapp.file = $$ROOT_DIR/desktop-apps/win-linux/ASCDocumentEditor.pro
|
|
desktopapp.makefile = $$ROOT_DIR/desktop-apps/win-linux/Makefile.ASCDocumentEditor$$PRO_SUFFIX
|
|
}
|
|
|
|
# DEPENDS
|
|
kernel.depends = cryptopp
|
|
graphics.depends = kernel unicodeconverter
|
|
pdfwriter.depends = kernel unicodeconverter graphics
|
|
djvufile.depends = kernel unicodeconverter graphics pdfwriter
|
|
xpsfile.depends = kernel unicodeconverter graphics pdfwriter
|
|
htmlrenderer.depends = kernel unicodeconverter graphics pdfwriter
|
|
pdfreader.depends = kernel unicodeconverter graphics pdfwriter htmlrenderer
|
|
htmlfile.depends = kernel unicodeconverter graphics
|
|
doctrenderer.depends = kernel unicodeconverter graphics
|
|
|
|
!no_use_htmlfileinternal {
|
|
htmlfileinternal.depends = kernel unicodeconverter graphics
|
|
}
|
|
|
|
allfontsgen.depends = kernel unicodeconverter graphics
|
|
allthemesgen.depends = kernel unicodeconverter graphics
|
|
|
|
docbuilder.depends = kernel unicodeconverter graphics doctrenderer
|
|
|
|
desktop {
|
|
ooxmlsignature.depends = kernel unicodeconverter graphics
|
|
documentscore.depends = kernel unicodeconverter graphics hunspell ooxmlsignature htmlrenderer pdfwriter pdfreader djvufile xpsfile
|
|
videoplayer.depends = kernel unicodeconverter graphics
|
|
|
|
projicons.depends = documentscore videoplayer
|
|
desktopapp.depends = documentscore videoplayer
|
|
}
|
|
|
|
x2t.depends = \
|
|
docxformat \
|
|
pptxformat \
|
|
docxfile \
|
|
txtxmlformat \
|
|
rtfformat \
|
|
pptformat \
|
|
docformat \
|
|
odffilereader \
|
|
odffilewriter \
|
|
xlsformat
|