Revert "sw_redlinehide_3: apparently a live SwNodeNum always has a parent"
[LibreOffice.git] / vcl / CustomTarget_kde5_moc.mk
blob7d68658fc279fd869efc99dd0d9412863f579544
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CustomTarget_CustomTarget,vcl/unx/kde5))
12 $(call gb_CustomTarget_get_target,vcl/unx/kde5) : \
13 $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/KDE5SalInstance.moc \
14 $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/KDE5FilePicker.moc \
15 $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/tst_exclude_socket_notifiers.moc \
16 $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/tst_exclude_posted_events.moc
18 $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/%.moc : \
19 $(SRCDIR)/vcl/unx/kde5/%.hxx \
20 | $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/.dir
21 $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1)
22 $(MOC5) $< -o $@
24 # vim: set noet sw=4: