# -*- 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_odfexport2)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_odfexport2)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_odfexport2, \ sw/qa/extras/odfexport/odfexport2 \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_odfexport2, \ comphelper \ cppu \ cppuhelper \ sal \ sfx \ svl \ sw \ swqahelper \ test \ tl \ unotest \ utl \ vcl \ )) $(eval $(call gb_CppunitTest_use_externals,sw_odfexport2,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_odfexport2,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/qa/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_odfexport2,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_odfexport2)) $(eval $(call gb_CppunitTest_use_vcl,sw_odfexport2)) $(eval $(call gb_CppunitTest_use_rdb,sw_odfexport2,services)) $(eval $(call gb_CppunitTest_use_custom_headers,sw_odfexport2,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_odfexport2)) $(eval $(call gb_CppunitTest_use_uiconfigs,sw_odfexport2, \ modules/swriter \ svx \ )) $(eval $(call gb_CppunitTest_use_more_fonts,sw_odfexport2)) $(eval $(call gb_CppunitTest_add_arguments,sw_odfexport2, \ -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ )) # vim: set noet sw=4 ts=4: -3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/filter/CppunitTest_filter_tiff_test.mk
AgeCommit message (Expand)Author
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2015-11-06merged graphic import/export into a single libraryOliver Specht
2014-06-04DeInitVCL at end of testsStephan Bergmann
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon
2012-04-08clean upDavid Tardon
2012-04-08simplify use of configuration from unit testsDavid Tardon
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08drop uses_ureDavid Tardon
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-04-02always pass --headless to cppunitsLuboš Luňák
2012-03-14add a tiff testCaolán McNamara