bnc#382137 DocxAttributeOutput: don't store address of local variable
[LibreOffice.git] / shell / Library_kdebe.mk
blobedd5f3ae967a86990980d22f6b18412e4a22600d
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_Library_Library,kdebe1))
12 $(eval $(call gb_Library_add_libs,kdebe1,\
13 -lkio \
16 $(eval $(call gb_Library_use_sdk_api,kdebe1))
18 $(eval $(call gb_Library_use_externals,kdebe1,\
19 boost_headers \
20 kde \
23 $(eval $(call gb_Library_use_libraries,kdebe1,\
24 cppu \
25 cppuhelper \
26 sal \
29 $(eval $(call gb_Library_set_componentfile,kdebe1,shell/source/backends/kdebe/kdebe1))
31 $(eval $(call gb_Library_add_exception_objects,kdebe1,\
32 shell/source/backends/kdebe/kdeaccess \
33 shell/source/backends/kdebe/kdebackend \
36 # vim: set shiftwidth=4 tabstop=4 noexpandtab: