Branch libreoffice-5-0-4
[LibreOffice.git] / vcl / CustomTarget_kde4_moc.mk
blob16d1561944c6e4c1b673776fd17edf8266d6d04c
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/kde4))
12 $(call gb_CustomTarget_get_target,vcl/unx/kde4) : \
13 $(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/KDEXLib.moc \
14 $(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/KDE4FilePicker.moc \
15 $(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/tst_exclude_socket_notifiers.moc \
16 $(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/tst_exclude_posted_events.moc
18 $(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/%.moc : \
19 $(SRCDIR)/vcl/unx/kde4/%.hxx \
20 | $(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/.dir
21 $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1)
22 $(MOC4) $< -o $@
24 # vim: set noet sw=4: