sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / xmlscript / CppunitTest_xmlscript_cppunit.mk
blobcedf2c50e694beb51a0682a3c12e99964d496c22
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,xmlscript_cppunit))
12 $(eval $(call gb_CppunitTest_add_exception_objects,xmlscript_cppunit, \
13 xmlscript/qa/cppunit/test \
16 $(eval $(call gb_CppunitTest_use_sdk_api,xmlscript_cppunit))
17 $(eval $(call gb_CppunitTest_use_ure,xmlscript_cppunit))
18 $(eval $(call gb_CppunitTest_use_vcl,xmlscript_cppunit))
19 $(eval $(call gb_CppunitTest_use_rdb,xmlscript_cppunit,services))
21 $(eval $(call gb_CppunitTest_use_custom_headers,xmlscript_cppunit,\
22 officecfg/registry \
25 $(eval $(call gb_CppunitTest_use_externals,xmlscript_cppunit,\
26 libxml2 \
29 $(eval $(call gb_CppunitTest_use_configuration,xmlscript_cppunit))
31 $(eval $(call gb_CppunitTest_use_libraries,xmlscript_cppunit, \
32 comphelper \
33 cppu \
34 cppuhelper \
35 fwk \
36 sal \
37 test \
38 unotest \
39 utl \
40 xmlscript \
43 # vim: set noet sw=4 ts=4: