Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / vcl / CustomTarget_qt5_moc.mk
blob60d5df34d4057a2ef631909b4026d52e1f291b5c
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)/Qt5Instance.moc \
14 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5Timer.moc \
15 $(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5Widget.moc \
17 $(call gb_CustomTarget_get_workdir,vcl/qt5)/%.moc : \
18 $(SRCDIR)/vcl/qt5/%.hxx \
19 | $(call gb_CustomTarget_get_workdir,vcl/qt5)/.dir
20 $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1)
21 $(MOC5) $< -o $@
23 # vim: set noet sw=4: