tdf#123406 KDE5: Use delayed frame destruction
[LibreOffice.git] / sw / CppunitTest_sw_apitests.mk
blob595a1940e27f8096e6efe4af09abf9911a7486ec
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_apitests))
14 $(eval $(call gb_CppunitTest_use_external,sw_apitests,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_apitests, \
17 sw/qa/api/SwXDocumentIndex \
18 sw/qa/api/DocumentSettings \
21 $(eval $(call gb_CppunitTest_use_libraries,sw_apitests, \
22 basegfx \
23 comphelper \
24 cppu \
25 cppuhelper \
26 drawinglayer \
27 editeng \
28 for \
29 forui \
30 i18nlangtag \
31 msfilter \
32 oox \
33 sal \
34 salhelper \
35 sax \
36 sb \
37 sw \
38 sfx \
39 sot \
40 svl \
41 svt \
42 svx \
43 svxcore \
44 test \
45 tl \
46 tk \
47 ucbhelper \
48 unotest \
49 utl \
50 vbahelper \
51 vcl \
52 xo \
55 $(eval $(call gb_CppunitTest_set_include,sw_apitests,\
56 -I$(SRCDIR)/sw/inc \
57 $$(INCLUDE) \
60 $(eval $(call gb_CppunitTest_use_api,sw_apitests,\
61 offapi \
62 udkapi \
65 $(eval $(call gb_CppunitTest_use_ure,sw_apitests))
66 $(eval $(call gb_CppunitTest_use_vcl,sw_apitests))
67 $(eval $(call gb_CppunitTest_use_configuration,sw_apitests))
69 $(eval $(call gb_CppunitTest_use_components,sw_apitests,\
70 basic/util/sb \
71 embeddedobj/util/embobj \
72 comphelper/util/comphelp \
73 configmgr/source/configmgr \
74 dbaccess/util/dba \
75 filter/source/config/cache/filterconfig1 \
76 filter/source/storagefilterdetect/storagefd \
77 forms/util/frm \
78 framework/util/fwk \
79 i18npool/util/i18npool \
80 i18npool/source/search/i18nsearch \
81 oox/util/oox \
82 package/source/xstor/xstor \
83 package/util/package2 \
84 sax/source/expatwrap/expwrap \
85 scripting/source/basprov/basprov \
86 scripting/util/scriptframe \
87 sfx2/util/sfx \
88 sot/util/sot \
89 svl/source/fsstor/fsstorage \
90 svl/util/svl \
91 svtools/util/svt \
92 svx/util/svx \
93 sw/util/msword \
94 sw/util/sw \
95 sw/util/swd \
96 sw/util/vbaswobj \
97 toolkit/util/tk \
98 ucb/source/core/ucb1 \
99 ucb/source/ucp/file/ucpfile1 \
100 ucb/source/ucp/tdoc/ucptdoc1 \
101 unotools/util/utl \
102 unoxml/source/rdf/unordf \
103 unoxml/source/service/unoxml \
104 uui/util/uui \
105 xmloff/util/xo \
108 # vim: set noet sw=4 ts=4: