summaryrefslogtreecommitdiff
path: root/vcl/CustomTarget_qt5_moc.mk
blob: 5fb4f482e77833e2ab40b0dbfbe86536d6dd56da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_CustomTarget_CustomTarget,vcl/qt5))

$(call gb_CustomTarget_get_target,vcl/qt5) : \
	$(call gb_CustomTarget_get_workdir,vcl/qt5)/QtClipboard.moc \
	$(call gb_CustomTarget_get_workdir,vcl/qt5)/QtFilePicker.moc \
	$(call gb_CustomTarget_get_workdir,vcl/qt5)/QtFrame.moc \
	$(call gb_CustomTarget_get_workdir,vcl/qt5)/QtInstance.moc \
	$(call gb_CustomTarget_get_workdir,vcl/qt5)/QtMainWindow.moc \
	$(call gb_CustomTarget_get_workdir,vcl/qt5)/QtMenu.moc \
	$(call gb_CustomTarget_get_workdir,vcl/qt5)/QtObject.moc \
	$(call gb_CustomTarget_get_workdir,vcl/qt5)/QtTimer.moc \
	$(call gb_CustomTarget_get_workdir,vcl/qt5)/QtWidget.moc \
	$(call gb_CustomTarget_get_workdir,vcl/qt5)/QtXAccessible.moc \

$(call gb_CustomTarget_get_workdir,vcl/qt5)/%.moc : \
		$(SRCDIR)/vcl/inc/qt5/%.hxx \
		| $(call gb_CustomTarget_get_workdir,vcl/qt5)/.dir
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1)
	$(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),MOC)
	$(MOC5) $< -o $@
	$(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),MOC)

# vim: set noet sw=4:
e92c'>Make sal/config.h the first in pchMike Kaganski 2021-03-06update pchesJulien Nabet 2021-03-06update pchesJulien Nabet 2021-03-03update pchesCaolán McNamara 2021-02-23update pchesCaolán McNamara 2021-02-19update pchesCaolán McNamara 2021-02-11loplugin:refcounting generalise type checkingNoel 2021-02-01tdf#39674 Replace QuadratAntje Kazimiers 2020-12-07move various notebookbar widgets into vclCaolán McNamara 2020-12-04update pchesCaolán McNamara 2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen 2020-09-21update pchesCaolán McNamara 2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara 2020-09-02move Edit into toolkit only headersCaolán McNamara 2020-08-30Fix typo in codeAndrea Gelmini 2020-08-27remove some unused includes and update pchesCaolán McNamara 2020-08-13remove texteffectprimitive2d.{cxx,hxx} from clang-format blacklistTomaž Vajngerl 2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara 2020-07-16compact namespace: drawinglayerNoel Grandin 2020-07-12update pchesCaolán McNamara 2020-05-09drawinglayer: clean-up namespaces in graphicprimitivehelper2d.hxxTomaž Vajngerl 2020-05-09drawinglayer: clean-up namespaces in texture.hxxTomaž Vajngerl 2020-05-09dl: move {Eps,FillHatch,PointArray}Primitive2D to global includeTomaž Vajngerl 2020-05-08compact namespace in dbaccess..dtransNoel Grandin 2020-04-26update pchesCaolán McNamara 2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara 2020-04-14drawinglayer: refactor GeoTexSvxTiled::iterateTilesMark Hung 2020-04-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl 2020-03-21move headers inside modulesNoel Grandin 2020-03-09drawinglayer: move getRandomColorRange to be private to GeoTexSvxTomaž Vajngerl 2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák 2020-01-06tdf#124176: Use pragma once instead of include guardsElzem Atay 2019-11-22tdf#42949 Fix IWYU warnings in drawinglayer/Gabor Kelemen