Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / svx / CppunitTest_svx_dialogs_test.mk
blob926e0747c6c2a004e490de962c4b468f372eceec
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_CppunitScreenShot,svx_dialogs_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,svx_dialogs_test, \
15 svx/qa/unit/svx-dialogs-test \
18 $(eval $(call gb_CppunitTest_use_sdk_api,svx_dialogs_test))
20 $(eval $(call gb_CppunitTest_set_include,svx_dialogs_test,\
21 -I$(SRCDIR)/svx/source/inc \
22 -I$(SRCDIR)/svx/inc \
23 $$(INCLUDE) \
26 $(eval $(call gb_CppunitTest_use_custom_headers,svx_dialogs_test,\
27 officecfg/registry \
30 $(eval $(call gb_CppunitTest_use_libraries,svx_dialogs_test, \
31 basegfx \
32 comphelper \
33 cppu \
34 cppuhelper \
35 drawinglayer \
36 editeng \
37 i18nlangtag \
38 i18nutil \
39 msfilter \
40 oox \
41 sal \
42 salhelper \
43 sax \
44 sfx \
45 sot \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 test \
51 tl \
52 tk \
53 ucbhelper \
54 unotest \
55 utl \
56 vcl \
57 xo \
60 $(eval $(call gb_CppunitTest_use_external,svx_dialogs_test,boost_headers))
62 $(eval $(call gb_CppunitTest_use_sdk_api,svx_dialogs_test))
64 $(eval $(call gb_CppunitTest_use_ure,svx_dialogs_test))
65 $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,svx_dialogs_test))
67 $(eval $(call gb_CppunitTest_use_rdb,svx_dialogs_test,services))
69 $(eval $(call gb_CppunitTest_use_configuration,svx_dialogs_test))
71 $(eval $(call gb_CppunitTest_use_uiconfigs,svx_dialogs_test,\
72 svx \
75 # vim: set noet sw=4 ts=4: