Fix typo
[LibreOffice.git] / sc / CppunitTest_sc_ucalc_document_themes.mk
blobc2e5bee7f8ef1007fa36eb8ded4dd29b4b1a07bf
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,sc_ucalc_document_themes))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_ucalc_document_themes))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sc_ucalc_document_themes, \
17 sc/qa/unit/ucalc_DocumentThemes \
20 $(eval $(call gb_CppunitTest_use_externals,sc_ucalc_document_themes, \
21 boost_headers \
22 mdds_headers \
23 libxml2 \
26 $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc_document_themes, \
27 basegfx \
28 comphelper \
29 cppu \
30 cppuhelper \
31 docmodel \
32 editeng \
33 sal \
34 salhelper \
35 sax \
36 sc \
37 svl \
38 scqahelper \
39 sfx \
40 svxcore \
41 subsequenttest \
42 test \
43 tl \
44 unotest \
45 utl \
46 vcl \
49 $(eval $(call gb_CppunitTest_set_include,sc_ucalc_document_themes,\
50 -I$(SRCDIR)/sc/source/ui/inc \
51 -I$(SRCDIR)/sc/inc \
52 $$(INCLUDE) \
55 $(eval $(call gb_CppunitTest_use_api,sc_ucalc_document_themes,\
56 offapi \
57 udkapi \
60 $(eval $(call gb_CppunitTest_use_sdk_api,sc_ucalc_document_themes))
61 $(eval $(call gb_CppunitTest_use_ure,sc_ucalc_document_themes))
62 $(eval $(call gb_CppunitTest_use_vcl,sc_ucalc_document_themes))
63 $(eval $(call gb_CppunitTest_use_rdb,sc_ucalc_document_themes,services))
64 $(eval $(call gb_CppunitTest_use_components,sc_ucalc_document_themes))
65 $(eval $(call gb_CppunitTest_use_configuration,sc_ucalc_document_themes))
66 $(eval $(call gb_CppunitTest_add_arguments,sc_ucalc_document_themes, \
67 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
70 # vim: set noet sw=4 ts=4: