bump product version to 4.1.6.2
[LibreOffice.git] / uui / Library_uui.mk
blob06d1dfb9e15b9cdda10e20136e360de8b306482a
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,uui))
12 $(eval $(call gb_Library_set_componentfile,uui,uui/util/uui))
14 $(eval $(call gb_Library_use_external,uui,boost_headers))
16 $(eval $(call gb_Library_use_sdk_api,uui))
18 $(eval $(call gb_Library_use_libraries,uui,\
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 i18nlangtag \
24 svl \
25 svt \
26 tk \
27 tl \
28 utl \
29 vcl \
30 $(gb_UWINAPI) \
33 $(eval $(call gb_Library_add_exception_objects,uui,\
34 uui/source/alreadyopen \
35 uui/source/filechanged \
36 uui/source/fltdlg \
37 uui/source/iahndl \
38 uui/source/iahndl-authentication \
39 uui/source/iahndl-errorhandler \
40 uui/source/iahndl-filter \
41 uui/source/iahndl-ioexceptions \
42 uui/source/iahndl-locking \
43 uui/source/iahndl-ssl \
44 uui/source/interactionhandler \
45 uui/source/lockfailed \
46 uui/source/logindlg \
47 uui/source/masterpasscrtdlg \
48 uui/source/masterpassworddlg \
49 uui/source/nameclashdlg \
50 uui/source/newerverwarn \
51 uui/source/openlocked \
52 uui/source/passwordcontainer \
53 uui/source/passworddlg \
54 uui/source/requeststringresolver \
55 uui/source/secmacrowarnings \
56 uui/source/services \
57 uui/source/sslwarndlg \
58 uui/source/trylater \
59 uui/source/unknownauthdlg \
62 # vim: set noet sw=4 ts=4: