Update git submodules
[LibreOffice.git] / sfx2 / CppunitTest_sfx2_classification.mk
blob2595c9c151356c81213e371ca8b10910984e028f
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,sfx2_classification))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sfx2_classification, \
13 sfx2/qa/cppunit/test_classification \
16 $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_classification))
18 $(eval $(call gb_CppunitTest_use_libraries,sfx2_classification, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 test \
23 unotest \
24 utl \
25 tl \
26 vcl \
27 sal \
28 subsequenttest \
29 sfx \
32 $(eval $(call gb_CppunitTest_use_external,sfx2_classification,boost_headers))
34 $(eval $(call gb_CppunitTest_use_ure,sfx2_classification))
35 $(eval $(call gb_CppunitTest_use_vcl,sfx2_classification))
37 $(eval $(call gb_CppunitTest_use_rdb,sfx2_classification,services))
39 $(eval $(call gb_CppunitTest_use_configuration,sfx2_classification))
41 $(eval $(call gb_CppunitTest_use_uiconfigs,sfx2_classification,\
42 svx \
45 $(eval $(call gb_CppunitTest_use_packages,sfx2_classification,\
46 sfx2_classification \
49 # vim: set noet sw=4 ts=4: