summaryrefslogtreecommitdiff
path: root/sfx2/CppunitTest_sfx2_classification.mk
blob: 2595c9c151356c81213e371ca8b10910984e028f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_CppunitTest_CppunitTest,sfx2_classification))

$(eval $(call gb_CppunitTest_add_exception_objects,sfx2_classification, \
    sfx2/qa/cppunit/test_classification \
))

$(eval $(call gb_CppunitTest_use_sdk_api,sfx2_classification))

$(eval $(call gb_CppunitTest_use_libraries,sfx2_classification, \
	comphelper \
	cppu \
	cppuhelper \
	test \
	unotest \
    utl \
    tl \
	vcl \
    sal \
    subsequenttest \
    sfx \
))

$(eval $(call gb_CppunitTest_use_external,sfx2_classification,boost_headers))

$(eval $(call gb_CppunitTest_use_ure,sfx2_classification))
$(eval $(call gb_CppunitTest_use_vcl,sfx2_classification))

$(eval $(call gb_CppunitTest_use_rdb,sfx2_classification,services))

$(eval $(call gb_CppunitTest_use_configuration,sfx2_classification))

$(eval $(call gb_CppunitTest_use_uiconfigs,sfx2_classification,\
	svx \
))

$(eval $(call gb_CppunitTest_use_packages,sfx2_classification,\
	sfx2_classification \
))

# vim: set noet sw=4 ts=4:
70f8549d0110ef65187af50694a06458ca'>weld SmGraphicWindowCaolán McNamara 2021-04-21Add mathml structuresdante 2021-02-27Introduce the abstractsmparser getter methodsdante 2021-02-27Move smparsers shared error ressources to base classdante 2021-02-24Starmath now allows multiple parsers second partdante 2021-01-22Relocate mathmldante 2021-01-18Mathml mo operator listdante 2021-01-18Mathml gets it's own directorydante 2020-12-09Begining of support for &entityname for mathml.dante 2020-11-10Evaluate command: tdf#109338dante 2020-08-28move ScrollableWindow to beside its only consumerCaolán McNamara 2020-07-26starmath: create instances with uno constructorsNoel Grandin 2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák 2019-05-29tdf#65587 SM implement ElementControl accessibilityJan-Marek Glogowski 2017-07-21migrate to boost::gettextCaolán McNamara 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe 2016-07-17uitest: add wrapper for element selectorMarkus Mohrhard 2015-10-14Fix gb_Library_use_externals callStephan Bergmann 2015-10-13enable ICU_HEADER includes for starmathJustin Luth 2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin 2015-05-12tdf#68871: Remove the old Elements panel from MathJulien Nabet 2015-04-15starmath: allow UNO import of MathTypeMiklos Vajna 2015-02-12Math: Make use of officecfg API and remove unneeded codeMarcos Paulo de Souza 2015-01-13fdo#70185: starmath: unit test writingTakeshi Abe