summaryrefslogtreecommitdiff
path: root/extensions/Library_updatecheckui.mk
blob: 2b987942ee858974f98fa3e50e808f82c5f59b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Library_Library,updatecheckui))

$(eval $(call gb_Library_set_componentfile,updatecheckui,extensions/source/update/ui/updchk))

$(eval $(call gb_Library_use_external,updatecheckui,boost_headers))

$(eval $(call gb_Library_use_sdk_api,updatecheckui))

$(eval $(call gb_Library_use_libraries,updatecheckui,\
	vcl \
	tl \
	comphelper \
	cppuhelper \
	cppu \
	sal \
	i18nlangtag \
))

$(eval $(call gb_Library_add_exception_objects,updatecheckui,\
	extensions/source/update/ui/updatecheckui \
))

# vim:set noet sw=4 ts=4:
din 2018-10-22loplugin:unusedfields improvemementsNoel Grandin 2018-10-19clang-tidy readability-container-size-emptyNoel Grandin 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-10-17loplugin:singlevalfieldsNoel Grandin 2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann 2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen 2018-09-17New loplugin:externalStephan Bergmann 2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen 2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen 2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin 2018-08-15loplugin:useuniqueptr in LngSvcMgrNoel Grandin 2018-08-13loplugin:returnconstant in linguistic,lotuswordproNoel Grandin 2018-07-30Add missing sal/log.hxx headersGabor Kelemen 2018-07-18Fix typosAndrea Gelmini 2018-06-26tdf#117620 Localize the temporary IgnoreAllList dictionarys nameGabor Kelemen 2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke 2018-06-02mergedlibs failure with duplicate SwXStringKeyMapCaolán McNamara 2018-06-01linguistic: add functionality to change spellcheck colorFred Kruse