build fix
[LibreOffice.git] / starmath / CppunitTest_starmath_import.mk
blob9397aabfc074fa94437327c3fd85d99ed8cd0573
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,starmath_import))
12 $(eval $(call gb_CppunitTest_set_include,starmath_import,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/starmath/inc \
17 $(eval $(call gb_CppunitTest_use_external,starmath_import,boost_headers))
19 $(eval $(call gb_CppunitTest_use_sdk_api,starmath_import))
21 $(eval $(call gb_CppunitTest_add_exception_objects,starmath_import,\
22 starmath/qa/extras/mmlimport-test \
25 $(eval $(call gb_CppunitTest_use_libraries,starmath_import,\
26 comphelper \
27 cppu \
28 cppuhelper \
29 editeng \
30 i18nlangtag \
31 i18nutil \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sfx \
38 sm \
39 smd \
40 sot \
41 svl \
42 svt \
43 svx \
44 svxcore \
45 test \
46 tk \
47 tl \
48 unotest \
49 unoxml \
50 utl \
51 vcl \
52 xo \
53 $(gb_UWINAPI) \
56 $(eval $(call gb_CppunitTest_use_ure,starmath_import))
57 $(eval $(call gb_CppunitTest_use_vcl,starmath_import))
59 $(eval $(call gb_CppunitTest_use_components,starmath_import,\
60 configmgr/source/configmgr \
61 framework/util/fwk \
62 i18npool/util/i18npool \
63 package/source/xstor/xstor \
64 package/util/package2 \
65 sfx2/util/sfx \
66 starmath/util/sm \
67 starmath/util/smd \
68 toolkit/util/tk \
69 ucb/source/core/ucb1 \
70 ucb/source/ucp/file/ucpfile1 \
71 unotools/util/utl \
72 comphelper/util/comphelp \
73 filter/source/config/cache/filterconfig1 \
74 oox/util/oox \
75 sax/source/expatwrap/expwrap \
76 svl/source/fsstor/fsstorage \
77 svl/util/svl \
78 svx/util/svx \
79 unoxml/source/service/unoxml \
80 uui/util/uui \
81 xmloff/util/xo \
84 $(eval $(call gb_CppunitTest_use_configuration,starmath_import))
86 # vim: set noet sw=4 ts=4: