# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # #************************************************************************* $(eval $(call gb_CppunitTest_CppunitScreenShot,vcl_dialogs_test)) $(eval $(call gb_CppunitTest_add_exception_objects,vcl_dialogs_test, \ vcl/qa/unit/vcl-dialogs-test \ )) $(eval $(call gb_CppunitTest_use_sdk_api,vcl_dialogs_test)) $(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\ -I$(SRCDIR)/vcl/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_libraries,vcl_dialogs_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ i18nlangtag \ i18nutil \ msfilter \ oox \ sal \ salhelper \ sax \ sfx \ sot \ svl \ svt \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_use_external,vcl_dialogs_test,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,vcl_dialogs_test)) $(eval $(call gb_CppunitTest_use_ure,vcl_dialogs_test)) $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,vcl_dialogs_test)) $(eval $(call gb_CppunitTest_use_rdb,vcl_dialogs_test,services)) $(eval $(call gb_CppunitTest_use_configuration,vcl_dialogs_test)) $(eval $(call gb_CppunitTest_use_uiconfigs,vcl_dialogs_test,\ vcl \ )) # vim: set noet sw=4 ts=4: tion value='distro/cib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/RepositoryModule_host.mk
AgeCommit message (Expand)Author
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga
2022-09-11[COVER] add first set of ODF feature test filesThorsten Behrens
2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann
2022-04-21serialize linking of large libraries only if USE_LD is not setLuboš Luňák
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2022-01-12gbuild: build static LO / link static executablesJan-Marek Glogowski
2021-12-31gbuild: introduce gb_%_linktarget_targetJan-Marek Glogowski
2021-12-23remove drawinglayercore from RepositoryModule_hostTomaž Vajngerl
2021-12-23add drawinglayercore to RepositoryModule_{build,host}Tomaž Vajngerl
2021-12-01Fix --disable-avmedia for DESKTOP buildJan-Marek Glogowski
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski
2021-01-19add --disable-librelogo to disable LibreLogo at build timeMichael Stahl
2020-09-22Move MimeContentTypeFactory into vclJan-Marek Glogowski
2020-03-27remove one more usage of the all make targetLuboš Luňák