CppunitTest_sc_tiledrendering2: move to tiledrendering folder
[LibreOffice.git] / sc / CppunitTest_sc_vba_macro_test.mk
blobdc16cfd33a879886aa47d6919c038c63a8ea9928
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,sc_vba_macro_test))
12 $(eval $(call gb_CppunitTest_use_externals,sc_vba_macro_test, \
13 boost_headers \
14 mdds_headers \
17 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_vba_macro_test))
19 $(eval $(call gb_CppunitTest_add_exception_objects,sc_vba_macro_test, \
20 sc/qa/extras/vba-macro-test \
23 $(eval $(call gb_CppunitTest_use_libraries,sc_vba_macro_test, \
24 basegfx \
25 comphelper \
26 cppu \
27 cppuhelper \
28 drawinglayer \
29 drawinglayercore \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sb \
40 sc \
41 scqahelper \
42 sfx \
43 sot \
44 subsequenttest \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 test \
50 tk \
51 tl \
52 ucbhelper \
53 unotest \
54 utl \
55 $(call gb_Helper_optional,SCRIPTING, \
56 vbahelper) \
57 vcl \
58 xo \
61 $(eval $(call gb_CppunitTest_set_include,sc_vba_macro_test,\
62 -I$(SRCDIR)/sc/source/ui/inc \
63 -I$(SRCDIR)/sc/inc \
64 -I$(SRCDIR)/sc/qa/unit \
65 $$(INCLUDE) \
68 $(eval $(call gb_CppunitTest_use_api,sc_vba_macro_test,\
69 offapi \
70 oovbaapi \
71 udkapi \
74 $(eval $(call gb_CppunitTest_use_ure,sc_vba_macro_test))
75 $(eval $(call gb_CppunitTest_use_vcl,sc_vba_macro_test))
77 $(eval $(call gb_CppunitTest_use_rdb,sc_vba_macro_test,services))
79 $(eval $(call gb_CppunitTest_use_configuration,sc_vba_macro_test))
81 # vim: set noet sw=4 ts=4: