tdf#120452: Just enough of SystemEnvData in Qt5Object
[LibreOffice.git] / vcl / CustomTarget_kde5_moc.mk
blob5c7fea94428b87fea4334469ca6bc84e31f9ee87
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)/KDE5FilePicker.moc \
14 $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/tst_exclude_socket_notifiers.moc \
15 $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/tst_exclude_posted_events.moc
17 $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/%.moc : \
18 $(SRCDIR)/vcl/unx/kde5/%.hxx \
19 | $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/.dir
20 $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1)
21 $(MOC5) $< -o $@
23 # vim: set noet sw=4: