sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / xmlsecurity / CppunitTest_xmlsecurity_dialogs_test.mk
blob945c33af7bd06cf432080f641af542fe034f943f
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,xmlsecurity_dialogs_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,xmlsecurity_dialogs_test, \
15 xmlsecurity/qa/unit/xmlsecurity-dialogs-test \
18 $(eval $(call gb_CppunitTest_use_sdk_api,xmlsecurity_dialogs_test))
20 $(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\
21 -I$(SRCDIR)/xmlsecurity/inc \
22 $$(INCLUDE) \
25 $(eval $(call gb_CppunitTest_use_libraries,xmlsecurity_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,xmlsecurity_dialogs_test,boost_headers))
55 $(eval $(call gb_CppunitTest_use_sdk_api,xmlsecurity_dialogs_test))
57 $(eval $(call gb_CppunitTest_use_ure,xmlsecurity_dialogs_test))
58 $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,xmlsecurity_dialogs_test))
60 $(eval $(call gb_CppunitTest_use_rdb,xmlsecurity_dialogs_test,services))
62 $(eval $(call gb_CppunitTest_use_configuration,xmlsecurity_dialogs_test))
64 $(eval $(call gb_CppunitTest_use_uiconfigs,xmlsecurity_dialogs_test,\
65 xmlsec \
68 # vim: set noet sw=4 ts=4: