# -*- 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_CustomTarget_CustomTarget,vcl/unx/gtk3_kde5)) $(call gb_CustomTarget_get_target,vcl/unx/gtk3_kde5) : \ $(call gb_CustomTarget_get_workdir,vcl/unx/gtk3_kde5)/kde5_filepicker.moc \ $(call gb_CustomTarget_get_workdir,vcl/unx/gtk3_kde5)/kde5_filepicker_ipc.moc \ $(call gb_CustomTarget_get_workdir,vcl/unx/gtk3_kde5)/%.moc : \ $(SRCDIR)/vcl/unx/gtk3_kde5/%.hxx \ | $(call gb_CustomTarget_get_workdir,vcl/unx/gtk3_kde5)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),MOC) $(MOC5) $< -o $@ $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),MOC) # vim: set noet sw=4: otropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/Library_sd.mk
AgeCommit message (Expand)Author
2019-03-22TableDesignBox is unusedCaolán McNamara
2019-03-22CustomAnimationBox is unusedCaolán McNamara
2018-08-08tdf#112343 Change dependency from dbus-glib to dbusArkadiy Illarionov
2018-07-16loplugin:mergeclasses merge ResourceManager into SlideSorterModuleNoel Grandin
2018-06-07sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian
2017-11-15remove now unused ToolPanelModuleCaolán McNamara