tdf#125506: use rObjectToDevice if needed
[LibreOffice.git] / connectivity / CppunitTest_connectivity_sharedresources.mk
blob78209cfbbdf049c8652c75ca0eb0b85b9bf6ae90
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
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,connectivity_sharedresources))
12 $(eval $(call gb_CppunitTest_set_include,connectivity_sharedresources,\
13 -I$(SRCDIR)/connectivity/inc \
14 -I$(SRCDIR)/connectivity/source/inc \
15 $$(INCLUDE) \
18 $(eval $(call gb_CppunitTest_use_ure,connectivity_sharedresources))
19 $(eval $(call gb_CppunitTest_use_vcl,connectivity_sharedresources))
21 $(eval $(call gb_CppunitTest_use_sdk_api,connectivity_sharedresources))
23 $(eval $(call gb_CppunitTest_add_exception_objects,connectivity_sharedresources, \
24 connectivity/qa/connectivity/resource/sharedresources_test \
27 $(eval $(call gb_CppunitTest_use_libraries,connectivity_sharedresources, \
28 dbtools \
29 sal \
30 test \
31 unotest \
34 $(eval $(call gb_CppunitTest_use_components,connectivity_sharedresources,\
35 configmgr/source/configmgr \
36 i18npool/util/i18npool \
39 $(eval $(call gb_CppunitTest_use_configuration,connectivity_sharedresources))
41 # vim: set noet sw=4 ts=4: