# -*- 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_JunitTest_JunitTest,sc_unoapi_6)) $(eval $(call gb_JunitTest_add_classes,sc_unoapi_6, \ org.openoffice.test.UnoApiTest \ )) $(eval $(call gb_JunitTest_use_jars,sc_unoapi_6, \ OOoRunner \ jurt \ ridl \ test \ unoil \ )) $(eval $(call gb_JunitTest_set_defs,sc_unoapi_6,\ $$(DEFS) \ -Dorg.openoffice.test.arg.sce=$(SRCDIR)/sc/qa/unoapi/sc_6.sce \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sc/qa/unoapi/testdocuments \ -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/sc/qa/unoapi/knownissues.xcl \ )) # vim: set noet sw=4 ts=4: tion value='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/Library_vclplug_gtk3_kde5.mk
AgeCommit message (Expand)Author
2019-10-03Fix --enable-gtk3-kde5Stephan Bergmann
2019-09-30drop gtk2 supportCaolán McNamara
2019-06-13Don't link avmediagst with gtk3 and qt5Jan-Marek Glogowski
2019-06-08gbuild: treat $({QT,KF}5_CFLAGS) as cxxflags, not definesMichael Weghorn
2019-04-27No need to link gtk3_kde5 with generic vclplugKatarina Behrens
2019-04-26tdf#124598 gtk3_kde5: Link gtk3 side against kf5 libsMichael Weghorn
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann
2018-11-16Library_vclplug_gtk3_kde5 apparently uses SvNumberFormatter nowStephan Bergmann
2018-05-12Add more more dependencies to VCL makefilesKhaled Hosny
2018-01-23Introduce gtk3_kde5 vcl pluginMilian Wolff