blob: d2308c66446ae2cc44e14f5c31b22a31393b0a30 [file] [log] [blame]
Armin Le Grand62b84ba2016-07-22 14:32:40 +02001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#*************************************************************************
3#
Michael Meeksd037b812026-03-26 15:06:16 +00004# This file is part of the Collabora Office project.
Armin Le Grand62b84ba2016-07-22 14:32:40 +02005#
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/.
9#
10#*************************************************************************
11
Norbert Thiebaudd8a8ed02016-11-18 16:33:11 -060012$(eval $(call gb_CppunitTest_CppunitScreenShot,svx_dialogs_test))
Armin Le Grand62b84ba2016-07-22 14:32:40 +020013
14$(eval $(call gb_CppunitTest_add_exception_objects,svx_dialogs_test, \
15 svx/qa/unit/svx-dialogs-test \
16))
17
18$(eval $(call gb_CppunitTest_use_sdk_api,svx_dialogs_test))
19
20$(eval $(call gb_CppunitTest_set_include,svx_dialogs_test,\
21 -I$(SRCDIR)/svx/source/inc \
22 -I$(SRCDIR)/svx/inc \
23 $$(INCLUDE) \
24))
25
Adoche Onajib1dc8d32023-03-11 19:14:30 +010026$(eval $(call gb_CppunitTest_use_custom_headers,svx_dialogs_test,\
27 officecfg/registry \
28))
29
Armin Le Grand62b84ba2016-07-22 14:32:40 +020030$(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 \
Armin Le Grand62b84ba2016-07-22 14:32:40 +020058))
59
60$(eval $(call gb_CppunitTest_use_external,svx_dialogs_test,boost_headers))
61
62$(eval $(call gb_CppunitTest_use_sdk_api,svx_dialogs_test))
63
64$(eval $(call gb_CppunitTest_use_ure,svx_dialogs_test))
65$(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,svx_dialogs_test))
66
67$(eval $(call gb_CppunitTest_use_rdb,svx_dialogs_test,services))
68
Caolán McNamara9f565f52017-04-12 16:21:23 +010069$(eval $(call gb_CppunitTest_use_configuration,svx_dialogs_test))
Armin Le Grand62b84ba2016-07-22 14:32:40 +020070
David Tardonbbb92642016-11-19 21:53:20 +010071$(eval $(call gb_CppunitTest_use_uiconfigs,svx_dialogs_test,\
72 svx \
73))
74
Armin Le Grand62b84ba2016-07-22 14:32:40 +020075# vim: set noet sw=4 ts=4: