lok: add character parameter to renderFont
[LibreOffice.git] / tubes / Library_tubes.mk
blob96e93563d1f38a73c9d4709ff21fdbae66bb59cf
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,tubes))
13 $(eval $(call gb_Library_use_sdk_api,tubes))
15 $(eval $(call gb_Library_add_defs,tubes,\
16 -DTUBES_DLLIMPLEMENTATION \
19 $(eval $(call gb_Library_use_libraries,tubes,\
20 comphelper \
21 cppu \
22 sal \
23 svt \
24 svxcore \
25 tl \
26 vcl \
27 $(gb_UWINAPI) \
30 $(eval $(call gb_Library_use_externals,tubes,\
31 boost_headers \
32 gtk \
33 telepathy \
36 $(eval $(call gb_Library_add_exception_objects,tubes,\
37 tubes/source/collaboration \
38 tubes/source/conference \
39 tubes/source/contacts \
40 tubes/source/manager \
43 $(eval $(call gb_Library_add_cobjects,tubes,\
44 tubes/source/file-transfer-helper \
47 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */