# -*- 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,sc_tabviewobj)) $(eval $(call gb_CppunitTest_use_external,sc_tabviewobj,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_tabviewobj, \ sc/qa/extras/sctabviewobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_tabviewobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_tabviewobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_tabviewobj)) $(eval $(call gb_CppunitTest_use_ure,sc_tabviewobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_tabviewobj)) $(eval $(call gb_CppunitTest_use_components,sc_tabviewobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_tabviewobj)) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/shell/Library_desktopbe.mk
AgeCommit message (Expand)Author
2023-09-18Use less boost external headers dependency in shellGabor Kelemen
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2019-06-17loplugin:logexceptionnicely in shell..sotNoel Grandin