sc: copy cache values when clone color conditional format
[LibreOffice.git] / vcl / CppunitTest_vcl_dialogs_test.mk
bloba602b42707d0c762385e8a0df5892a6a4829862a
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,vcl_dialogs_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_dialogs_test, \
15 vcl/qa/unit/vcl-dialogs-test \
18 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_dialogs_test))
20 $(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\
21 -I$(SRCDIR)/vcl/inc \
22 $$(INCLUDE) \
25 $(eval $(call gb_CppunitTest_use_libraries,vcl_dialogs_test, \
26 basegfx \
27 comphelper \
28 cppu \
29 cppuhelper \
30 drawinglayer \
31 editeng \
32 i18nlangtag \
33 i18nutil \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sfx \
40 sot \
41 svl \
42 svt \
43 test \
44 tl \
45 tk \
46 ucbhelper \
47 unotest \
48 utl \
49 vcl \
50 xo \
53 $(eval $(call gb_CppunitTest_use_external,vcl_dialogs_test,boost_headers))
55 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_dialogs_test))
57 $(eval $(call gb_CppunitTest_use_ure,vcl_dialogs_test))
58 $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,vcl_dialogs_test))
60 $(eval $(call gb_CppunitTest_use_rdb,vcl_dialogs_test,services))
62 $(eval $(call gb_CppunitTest_use_configuration,vcl_dialogs_test))
64 $(eval $(call gb_CppunitTest_use_uiconfigs,vcl_dialogs_test,\
65 vcl \
68 # vim: set noet sw=4 ts=4: