summaryrefslogtreecommitdiff
path: root/vcl/CustomTarget_kde4_moc.mk
blob: 16d1561944c6e4c1b673776fd17edf8266d6d04c (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
# -*- 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/unx/kde4))

$(call gb_CustomTarget_get_target,vcl/unx/kde4) : \
	$(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/KDEXLib.moc \
	$(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/KDE4FilePicker.moc \
	$(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/tst_exclude_socket_notifiers.moc \
	$(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/tst_exclude_posted_events.moc

$(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/%.moc : \
		$(SRCDIR)/vcl/unx/kde4/%.hxx \
		| $(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/.dir
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1)
	$(MOC4) $< -o $@

# vim: set noet sw=4:
anvas/source/vcl/spritehelper.cxx?h=cp-6.4-30&id=7af90cc93b76996f0f338c6a1285997531281e75'>Add missing sal/log.hxx headersGabor Kelemen 2018-06-21use more OutputDevice::GetBitmapExNoel Grandin 2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock 2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann 2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin 2018-02-26vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()Chris Sherlock 2018-02-14loplugin:changetoolsgen in canvas..cuiNoel Grandin 2018-01-12More loplugin:cstylecast: canvasStephan Bergmann 2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist 2017-06-20loplugin:oncevar chart2Noel Grandin 2017-02-17drop ModulationMode enumNoel Grandin