tdf#137729 sd UI: unique hatch names in slide/page area dlg
[LibreOffice.git] / vcl / CustomTarget_qt5_moc.mk
blob87caee8d918e269f9b34c97d817416f69bef0ff3
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/qt5))
12 $(call gb_CustomTarget_get_target,vcl/qt5) : \
13 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5AccessibleWidget.moc \
14 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5Clipboard.moc \
15 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5FilePicker.moc \
16 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5Frame.moc \
17 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5Instance.moc \
18 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5MainWindow.moc \
19 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5Menu.moc \
20 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5Object.moc \
21 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5Timer.moc \
22 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5Widget.moc \
23 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5XAccessible.moc \
25 $(call gb_CustomTarget_get_workdir,vcl/qt5)/%.moc : \
26 $(SRCDIR)/vcl/inc/qt5/%.hxx \
27 | $(call gb_CustomTarget_get_workdir,vcl/qt5)/.dir
28 $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1)
29 $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),MOC)
30 $(MOC5) $< -o $@
31 $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),MOC)
33 # vim: set noet sw=4: