Fix CppunitTest_sc_subsequent_filters_test2 on non-default DPI
[LibreOffice.git] / vcl / Executable_listfonts.mk
blob94ed8bd11e27b3c098d5831b32fc9f6b13044a7d
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_Executable_Executable,listfonts))
12 $(eval $(call gb_Executable_use_api,listfonts,\
13 offapi \
14 udkapi \
17 $(eval $(call gb_Executable_set_include,listfonts,\
18 $$(INCLUDE) \
19 -I$(SRCDIR)/vcl/inc \
22 $(eval $(call gb_Executable_use_libraries,listfonts,\
23 tl \
24 sal \
25 vcl \
26 cppu \
27 cppuhelper \
28 comphelper \
29 i18nlangtag \
32 $(eval $(call gb_Executable_add_exception_objects,listfonts,\
33 vcl/workben/listfonts \
36 # vim: set noet sw=4 ts=4: