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:
473452c22197b7a44a53b61f91c210ef573a1b4'>diff)
lingucomponent/spell: create instances with uno constructors ns/clang/constantparam.constructors.results?h=libreoffice-7-1-1&id=1c3ffcdd4e702264728d222046c401b90cb1c8c9'>compilerplugins/clang/constantparam.constructors.results parent48ca5005ecea5286564c682f6d75716f3c4d8451 (diff)
loplugin:constantparam
Change-Id: Ia769b3176aea287cd57414d7ce8e88c6da43883e Reviewed-on: https://gerrit.libreoffice.org/55622 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>