Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / sfx2 / CppunitTest_sfx2_classification.mk
blobd2f797cc88dc5d7ef1e4cd27db5c485bb606ed5f
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 vcl \
25 sal \
26 sfx \
27 $(gb_UWINAPI) \
30 $(eval $(call gb_CppunitTest_use_external,sfx2_classification,boost_headers))
32 $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_classification))
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 # vim: set noet sw=4 ts=4: