# -*- 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_CppunitTest,sw_mailmerge)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_mailmerge, \ sw/qa/extras/mailmerge/mailmerge \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_mailmerge, \ comphelper \ cppu \ cppuhelper \ sal \ sfx \ svl \ sw \ test \ tl \ unotest \ utl \ )) $(eval $(call gb_CppunitTest_use_externals,sw_mailmerge, \ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_use_api,sw_mailmerge,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_rdb,sw_mailmerge,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_mailmerge)) $(eval $(call gb_CppunitTest_use_ure,sw_mailmerge)) $(eval $(call gb_CppunitTest_use_vcl,sw_mailmerge)) $(eval $(call gb_CppunitTest_set_include,sw_mailmerge,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/qa/extras/inc \ -I$(SRCDIR)/sw/source/uibase/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_uiconfigs,sw_mailmerge,\ modules/swriter \ )) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extras/source/templates/wizard/styles/nature
AgeCommit message (Expand)Author
2024-02-17tdf#158623 Remove thumbnail.png of Wizard templateLaurent Balland
2022-10-11tdf#143956 Convert all Wizards template to XMLLaurent BP