| Armin Le Grand | 62b84ba | 2016-07-22 14:32:40 +0200 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| 2 | #************************************************************************* |
| 3 | # |
| Michael Meeks | d037b81 | 2026-03-26 15:06:16 +0000 | [diff] [blame] | 4 | # This file is part of the Collabora Office project. |
| Armin Le Grand | 62b84ba | 2016-07-22 14:32:40 +0200 | [diff] [blame] | 5 | # |
| 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 Thiebaud | d8a8ed0 | 2016-11-18 16:33:11 -0600 | [diff] [blame] | 12 | $(eval $(call gb_CppunitTest_CppunitScreenShot,svx_dialogs_test)) |
| Armin Le Grand | 62b84ba | 2016-07-22 14:32:40 +0200 | [diff] [blame] | 13 | |
| 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 Onaji | b1dc8d3 | 2023-03-11 19:14:30 +0100 | [diff] [blame] | 26 | $(eval $(call gb_CppunitTest_use_custom_headers,svx_dialogs_test,\ |
| 27 | officecfg/registry \ |
| 28 | )) |
| 29 | |
| Armin Le Grand | 62b84ba | 2016-07-22 14:32:40 +0200 | [diff] [blame] | 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 \ |
| Armin Le Grand | 62b84ba | 2016-07-22 14:32:40 +0200 | [diff] [blame] | 58 | )) |
| 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 McNamara | 9f565f5 | 2017-04-12 16:21:23 +0100 | [diff] [blame] | 69 | $(eval $(call gb_CppunitTest_use_configuration,svx_dialogs_test)) |
| Armin Le Grand | 62b84ba | 2016-07-22 14:32:40 +0200 | [diff] [blame] | 70 | |
| David Tardon | bbb9264 | 2016-11-19 21:53:20 +0100 | [diff] [blame] | 71 | $(eval $(call gb_CppunitTest_use_uiconfigs,svx_dialogs_test,\ |
| 72 | svx \ |
| 73 | )) |
| 74 | |
| Armin Le Grand | 62b84ba | 2016-07-22 14:32:40 +0200 | [diff] [blame] | 75 | # vim: set noet sw=4 ts=4: |