summaryrefslogtreecommitdiff
path: root/sc/Library_scqahelper.mk
blob: f0be5993cac0a7cf3bee63e23319e5e2d5c8eab2 (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
50
51
52
53
54
55
56
57
58
# -*- 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_Library_Library,scqahelper))

$(eval $(call gb_Library_set_include,scqahelper,\
	-I$(SRCDIR)/sc/inc \
	-I$(SRCDIR)/sc/source/ui/inc \
	$$(INCLUDE) \
))

$(eval $(call gb_Library_use_externals,scqahelper, \
	boost_headers \
	mdds_headers \
	orcus \
	orcus-parser \
	cppunit \
))

$(eval $(call gb_Library_add_defs,scqahelper,\
	-DSCQAHELPER_DLLIMPLEMENTATION \
))

$(eval $(call gb_Library_use_sdk_api,scqahelper))

$(eval $(call gb_Library_use_libraries,scqahelper,\
	comphelper \
	cppu \
	cppuhelper \
	for \
	sal \
	sfx \
	sot \
	svl \
	svt \
	svx \
        svxcore \
	test \
	tl \
	unotest \
	utl \
	sc \
	ucbhelper \
	unotest \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_add_exception_objects,scqahelper,\
	sc/qa/unit/helper/qahelper \
))

# vim: set noet sw=4 ts=4:
td>Tor Lillqvist 2013-04-24gbuild: drop empty use_packages callsDavid Tardon 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-12do not set soversion for private ure librariesMatúš Kukan 2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-02-28remove all d.lstMichael Stahl 2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin 2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac 2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-07-20Globally unique symbols missing from some map filesStephan Bergmann 2012-07-14simplify include guardsThomas Arnhold 2012-06-27re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl