tdf#42949 Fix IWYU warnings in svx/source/s*/*cxx
[LibreOffice.git] / sw / CppunitTest_sw_macros_test.mk
blob7f38c45180bbea6baf541528e04d7f0461c11705
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sw_macros_test))
14 $(eval $(call gb_CppunitTest_use_external,sw_macros_test,boost_headers))
16 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_macros_test))
18 $(eval $(call gb_CppunitTest_add_exception_objects,sw_macros_test, \
19 sw/qa/core/macros-test \
22 $(eval $(call gb_CppunitTest_use_libraries,sw_macros_test, \
23 basegfx \
24 comphelper \
25 cppu \
26 cppuhelper \
27 drawinglayer \
28 editeng \
29 for \
30 forui \
31 i18nlangtag \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sb \
38 sw \
39 sfx \
40 sot \
41 svl \
42 svt \
43 svx \
44 svxcore \
45 test \
46 tl \
47 tk \
48 ucbhelper \
49 unotest \
50 utl \
51 vbahelper \
52 vcl \
53 xo \
56 $(eval $(call gb_CppunitTest_set_include,sw_macros_test,\
57 -I$(SRCDIR)/sw/inc \
58 $$(INCLUDE) \
61 $(eval $(call gb_CppunitTest_use_api,sw_macros_test,\
62 offapi \
63 oovbaapi \
64 udkapi \
67 $(eval $(call gb_CppunitTest_use_ure,sw_macros_test))
68 $(eval $(call gb_CppunitTest_use_vcl,sw_macros_test))
70 $(eval $(call gb_CppunitTest_use_rdb,sw_macros_test,services))
72 $(eval $(call gb_CppunitTest_use_configuration,sw_macros_test))
74 # vim: set noet sw=4 ts=4: