# -*- 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,sfx2_dialogs_test)) $(eval $(call gb_CppunitTest_add_exception_objects,sfx2_dialogs_test, \ sfx2/qa/unit/sfx2-dialogs-test \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_dialogs_test)) $(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\ -I$(SRCDIR)/sfx2/source/inc \ -I$(SRCDIR)/sfx2/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_libraries,sfx2_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,sfx2_dialogs_test,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_dialogs_test)) $(eval $(call gb_CppunitTest_use_ure,sfx2_dialogs_test)) $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,sfx2_dialogs_test)) $(eval $(call gb_CppunitTest_use_rdb,sfx2_dialogs_test,services)) $(eval $(call gb_CppunitTest_use_configuration,sfx2_dialogs_test)) $(eval $(call gb_CppunitTest_use_uiconfigs,sfx2_dialogs_test,\ sfx \ )) # vim: set noet sw=4 ts=4: 1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/lotuswordpro/util
AgeCommit message (Expand)Author
2016-01-21Clean upStephan Bergmann
2016-01-21tdf#74608 lotuswordpro: Constructor feature for LotusWordProImportFilterkripton
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2012-10-01Prefixify lotuswordproTor Lillqvist
2011-04-14gbuildize lotuswordproDavid Tardon
2011-04-11fix what there is to fixCaolán McNamara
2011-04-01register lotuswordpro filter componentMichael Meeks
2011-03-13no more writeInfoNorbert Thiebaud
2010-10-20be consistent on the project nameCaolán McNamara
2010-10-08Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin