add some protocols that don't make sense as floating frame targets
[LibreOffice.git] / vcl / CustomTarget_qt5_moc.mk
blob14360ae3ae262642f052acbedd6b549f32d1c13c
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)/QtAccessibleWidget.moc \
14 $(call gb_CustomTarget_get_workdir,vcl/qt5)/QtClipboard.moc \
15 $(call gb_CustomTarget_get_workdir,vcl/qt5)/QtFilePicker.moc \
16 $(call gb_CustomTarget_get_workdir,vcl/qt5)/QtFrame.moc \
17 $(call gb_CustomTarget_get_workdir,vcl/qt5)/QtInstance.moc \
18 $(call gb_CustomTarget_get_workdir,vcl/qt5)/QtMainWindow.moc \
19 $(call gb_CustomTarget_get_workdir,vcl/qt5)/QtMenu.moc \
20 $(call gb_CustomTarget_get_workdir,vcl/qt5)/QtObject.moc \
21 $(call gb_CustomTarget_get_workdir,vcl/qt5)/QtTimer.moc \
22 $(call gb_CustomTarget_get_workdir,vcl/qt5)/QtWidget.moc \
23 $(call gb_CustomTarget_get_workdir,vcl/qt5)/QtXAccessible.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: