Fix typo
[LibreOffice.git] / sw / CppunitTest_sw_ooxml_theme_export.mk
blob372024309f03165684ac17d2b5953914ce8e3086
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_ooxml_theme_export))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxml_theme_export))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxml_theme_export, \
17 sw/qa/extras/ooxmlexport/ooxml_ThemeExport \
20 $(eval $(call gb_CppunitTest_use_libraries,sw_ooxml_theme_export, \
21 $(sw_ooxmlexport_libraries) \
24 $(eval $(call gb_CppunitTest_use_externals,sw_ooxml_theme_export,\
25 boost_headers \
26 libxml2 \
29 $(eval $(call gb_CppunitTest_set_include,sw_ooxml_theme_export,\
30 -I$(SRCDIR)/sw/inc \
31 -I$(SRCDIR)/sw/source/core/inc \
32 -I$(SRCDIR)/sw/qa/inc \
33 $$(INCLUDE) \
36 $(eval $(call gb_CppunitTest_use_api,sw_ooxml_theme_export,\
37 udkapi \
38 offapi \
39 oovbaapi \
42 $(eval $(call gb_CppunitTest_use_ure,sw_ooxml_theme_export))
43 $(eval $(call gb_CppunitTest_use_vcl,sw_ooxml_theme_export))
45 $(eval $(call gb_CppunitTest_use_rdb,sw_ooxml_theme_export,services))
47 $(eval $(call gb_CppunitTest_use_configuration,sw_ooxml_theme_export))
49 $(eval $(call gb_CppunitTest_use_packages,sw_ooxml_theme_export,\
50 oox_generated \
53 ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
54 $(eval $(call gb_CppunitTest_set_non_application_font_use,sw_ooxml_theme_export,abort))
55 endif
57 # vim: set noet sw=4 ts=4: