android: Update app-specific/MIME type icons
[LibreOffice.git] / sw / CppunitTest_sw_core_theme.mk
blob03b42a32e666ea0ac8f6f2fbc4c69f8b0eabf506
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_core_theme))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_core_theme))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_core_theme, \
17 sw/qa/core/theme/ThemeTest \
20 $(eval $(call gb_CppunitTest_use_libraries,sw_core_theme, \
21 comphelper \
22 cppu \
23 cppuhelper \
24 docmodel \
25 sal \
26 sfx \
27 subsequenttest \
28 sw \
29 swqahelper \
30 test \
31 unotest \
32 utl \
33 vcl \
34 svt \
35 tl \
36 svl \
37 svxcore \
40 $(eval $(call gb_CppunitTest_use_externals,sw_core_theme,\
41 boost_headers \
42 libxml2 \
45 $(eval $(call gb_CppunitTest_set_include,sw_core_theme,\
46 -I$(SRCDIR)/sw/inc \
47 -I$(SRCDIR)/sw/source/core/inc \
48 -I$(SRCDIR)/sw/source/uibase/inc \
49 -I$(SRCDIR)/sw/qa/inc \
50 $$(INCLUDE) \
53 $(eval $(call gb_CppunitTest_use_api,sw_core_theme,\
54 udkapi \
55 offapi \
58 $(eval $(call gb_CppunitTest_use_ure,sw_core_theme))
59 $(eval $(call gb_CppunitTest_use_vcl,sw_core_theme))
60 $(eval $(call gb_CppunitTest_use_rdb,sw_core_theme,services))
61 $(eval $(call gb_CppunitTest_use_configuration,sw_core_theme))
63 # vim: set noet sw=4 ts=4: