CppunitTest_sc_tiledrendering2: move to tiledrendering folder
[LibreOffice.git] / sc / CppunitTest_sc_scriptforge_test.mk
blob4aa19ba1086bed283495455e589c9b08f091917a
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,sc_scriptforge_test))
12 $(eval $(call gb_CppunitTest_use_externals,sc_scriptforge_test, \
13 boost_headers \
14 mdds_headers \
15 libxml2 \
18 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_scriptforge_test))
20 $(eval $(call gb_CppunitTest_add_exception_objects,sc_scriptforge_test, \
21 sc/qa/extras/scriptforge \
24 $(eval $(call gb_CppunitTest_use_libraries,sc_scriptforge_test, \
25 sal \
26 sc \
27 scqahelper \
28 cppu \
29 cppuhelper \
30 subsequenttest \
31 svl \
32 svt \
33 svx \
34 svxcore \
35 test \
36 tk \
37 tl \
38 ucbhelper \
39 unotest \
40 utl \
41 xo \
44 $(eval $(call gb_CppunitTest_set_include,sc_scriptforge_test,\
45 -I$(SRCDIR)/sc/source/ui/inc \
46 -I$(SRCDIR)/sc/inc \
47 -I$(SRCDIR)/sc/qa/unit \
48 $$(INCLUDE) \
51 $(eval $(call gb_CppunitTest_use_api,sc_scriptforge_test,\
52 offapi \
53 oovbaapi \
54 udkapi \
57 $(eval $(call gb_CppunitTest_use_ure,sc_scriptforge_test))
58 $(eval $(call gb_CppunitTest_use_vcl,sc_scriptforge_test))
60 $(eval $(call gb_CppunitTest_use_rdb,sc_scriptforge_test,services))
62 $(eval $(call gb_CppunitTest_use_configuration,sc_scriptforge_test))
64 # vim: set noet sw=4 ts=4: