CppunitTest_sc_tiledrendering2: move to tiledrendering folder
[LibreOffice.git] / sw / CppunitTest_sw_core_theme.mk
blob5938916bd9df662a783f81f9eabc76dbfd959b0a
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 sot \
28 subsequenttest \
29 sw \
30 swqahelper \
31 test \
32 unotest \
33 utl \
34 vcl \
35 svt \
36 tl \
37 svl \
38 svxcore \
41 $(eval $(call gb_CppunitTest_use_externals,sw_core_theme,\
42 boost_headers \
43 libxml2 \
46 $(eval $(call gb_CppunitTest_set_include,sw_core_theme,\
47 -I$(SRCDIR)/sw/inc \
48 -I$(SRCDIR)/sw/source/core/inc \
49 -I$(SRCDIR)/sw/source/uibase/inc \
50 -I$(SRCDIR)/sw/qa/inc \
51 $$(INCLUDE) \
54 $(eval $(call gb_CppunitTest_use_api,sw_core_theme,\
55 udkapi \
56 offapi \
59 $(eval $(call gb_CppunitTest_use_ure,sw_core_theme))
60 $(eval $(call gb_CppunitTest_use_vcl,sw_core_theme))
61 $(eval $(call gb_CppunitTest_use_rdb,sw_core_theme,services))
62 $(eval $(call gb_CppunitTest_use_configuration,sw_core_theme))
64 # vim: set noet sw=4 ts=4: