cid#1516423 Uninitialized scalar field
[LibreOffice.git] / fpicker / Library_fps_office.mk
blob147dceb34da2711c03e71e84486ead5b460ef086
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,fps_office))
13 $(eval $(call gb_Library_set_componentfile,fps_office,fpicker/source/office/fps_office))
15 $(eval $(call gb_Library_set_include,fps_office,\
16 $$(INCLUDE) \
17 -I$(SRCDIR)/fpicker/inc \
20 $(eval $(call gb_Library_use_external,fps_office,boost_headers))
22 $(eval $(call gb_Library_use_custom_headers,fps_office,\
23 officecfg/registry \
26 $(eval $(call gb_Library_use_sdk_api,fps_office))
28 $(eval $(call gb_Library_use_libraries,fps_office,\
29 comphelper \
30 cppu \
31 cppuhelper \
32 sal \
33 salhelper \
34 svl \
35 svt \
36 tk \
37 tl \
38 ucbhelper \
39 utl \
40 vcl \
41 i18nlangtag \
44 $(eval $(call gb_Library_add_exception_objects,fps_office,\
45 fpicker/source/office/asyncfilepicker \
46 fpicker/source/office/autocmpledit \
47 fpicker/source/office/breadcrumb \
48 fpicker/source/office/commonpicker \
49 fpicker/source/office/contentenumeration \
50 fpicker/source/office/fileview \
51 fpicker/source/office/foldertree \
52 fpicker/source/office/fpinteraction \
53 fpicker/source/office/fpsmartcontent \
54 fpicker/source/office/iodlg \
55 fpicker/source/office/iodlgimp \
56 fpicker/source/office/OfficeControlAccess \
57 fpicker/source/office/OfficeFilePicker \
58 fpicker/source/office/OfficeFolderPicker \
59 fpicker/source/office/PlacesListBox \
60 fpicker/source/office/RemoteFilesDialog \
63 # vim: set noet sw=4 ts=4: