vml whitespace-check mangled Částečně to ste n
[LibreOffice.git] / vcl / CppunitTest_vcl_type_serializer_test.mk
blobac668da41b01d20142ed2c789eba9c424103f7f3
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_CppunitTest_CppunitTest,vcl_type_serializer_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_type_serializer_test, \
13 vcl/qa/cppunit/TypeSerializerTest \
16 $(eval $(call gb_CppunitTest_use_external,vcl_type_serializer_test,boost_headers))
17 ifeq ($(TLS),NSS)
18 $(eval $(call gb_CppunitTest_use_externals,vcl_type_serializer_test,\
19 plc4 \
20 nss3 \
22 endif
24 $(eval $(call gb_CppunitTest_set_include,vcl_type_serializer_test,\
25 $$(INCLUDE) \
26 -I$(SRCDIR)/vcl/inc \
29 $(eval $(call gb_CppunitTest_use_libraries,vcl_type_serializer_test, \
30 comphelper \
31 cppu \
32 cppuhelper \
33 sal \
34 svt \
35 test \
36 tl \
37 unotest \
38 vcl \
41 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_type_serializer_test))
42 $(eval $(call gb_CppunitTest_use_rdb,vcl_type_serializer_test,services))
43 $(eval $(call gb_CppunitTest_use_ure,vcl_type_serializer_test))
44 $(eval $(call gb_CppunitTest_use_vcl,vcl_type_serializer_test))
45 $(eval $(call gb_CppunitTest_use_configuration,vcl_type_serializer_test))
47 # vim: set noet sw=4 ts=4: