summaryrefslogtreecommitdiff
path: root/vcl/Executable_svptest.mk
blob: c373aa66f717eb8f0ec7ef1c5164a894061901fa (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
33
34
35
36
37
38
# -*- 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_Executable_Executable,svptest))

$(eval $(call gb_Executable_use_api,svptest,\
    offapi \
    udkapi \
))

$(eval $(call gb_Executable_use_external,svptest,boost_headers))

$(eval $(call gb_Executable_set_include,svptest,\
    $$(INCLUDE) \
    -I$(SRCDIR)/vcl/inc \
))

$(eval $(call gb_Executable_use_libraries,svptest,\
    tl \
    sal \
    vcl \
    cppu \
    cppuhelper \
    comphelper \
))

$(eval $(call gb_Executable_add_exception_objects,svptest,\
    vcl/workben/svptest \
))

# vim: set noet sw=4 ts=4:
on'>Noel Grandin 2019-09-27tdf#42949 Fix IWYU warnings in xmlhelp/Gabor Kelemen 2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin 2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlhelpStephan Bergmann 2018-09-13loplugin:constfields in xmlhelpNoel Grandin 2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen 2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin 2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin 2017-06-17use local statics in getTypes functionsJochen Nitschke 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke