Add missing constraints for pdf versions
[LibreOffice.git] / sw / CppunitTest_sw_macros_test.mk
blobf5e4d9c95d2ad2361ec3b2397541e44fb01b7fa2
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_add_exception_objects,sw_macros_test, \
17 sw/qa/core/macros-test \
20 $(eval $(call gb_CppunitTest_use_libraries,sw_macros_test, \
21 basegfx \
22 comphelper \
23 cppu \
24 cppuhelper \
25 drawinglayer \
26 editeng \
27 for \
28 forui \
29 i18nlangtag \
30 msfilter \
31 oox \
32 sal \
33 salhelper \
34 sax \
35 sb \
36 sw \
37 sfx \
38 sot \
39 svl \
40 svt \
41 svx \
42 svxcore \
43 test \
44 tl \
45 tk \
46 ucbhelper \
47 unotest \
48 utl \
49 vbahelper \
50 vcl \
51 xo \
54 $(eval $(call gb_CppunitTest_set_include,sw_macros_test,\
55 -I$(SRCDIR)/sw/inc \
56 $$(INCLUDE) \
59 $(eval $(call gb_CppunitTest_use_api,sw_macros_test,\
60 offapi \
61 oovbaapi \
62 udkapi \
65 $(eval $(call gb_CppunitTest_use_ure,sw_macros_test))
66 $(eval $(call gb_CppunitTest_use_vcl,sw_macros_test))
68 $(eval $(call gb_CppunitTest_use_rdb,sw_macros_test,services))
70 $(eval $(call gb_CppunitTest_use_configuration,sw_macros_test))
72 # vim: set noet sw=4 ts=4: