Fix CppunitTest_sc_subsequent_filters_test2 on non-default DPI
[LibreOffice.git] / vcl / CustomTarget_gtk3_kde5_moc.mk
blob06f28de31cfed4e04fee6590bdc73bfa793450fa
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/unx/gtk3_kde5))
12 $(call gb_CustomTarget_get_target,vcl/unx/gtk3_kde5) : \
13 $(call gb_CustomTarget_get_workdir,vcl/unx/gtk3_kde5)/kde5_filepicker.moc \
14 $(call gb_CustomTarget_get_workdir,vcl/unx/gtk3_kde5)/kde5_filepicker_ipc.moc \
16 $(call gb_CustomTarget_get_workdir,vcl/unx/gtk3_kde5)/%.moc : \
17 $(SRCDIR)/vcl/unx/gtk3_kde5/%.hxx \
18 | $(call gb_CustomTarget_get_workdir,vcl/unx/gtk3_kde5)/.dir
19 $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1)
20 $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),MOC)
21 $(MOC5) $< -o $@
22 $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),MOC)
24 # vim: set noet sw=4: