summaryrefslogtreecommitdiff
path: root/formula/CppunitTest_formula_dialogs_test.mk
blob: 7cc881cab747ab964eacac6c0ef363b50a7b1ad9 (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
59
60
61
62
63
64
65
# -*- 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_CppunitScreenShot,formula_dialogs_test))

$(eval $(call gb_CppunitTest_add_exception_objects,formula_dialogs_test, \
    formula/qa/unit/formula-dialogs-test \
))

$(eval $(call gb_CppunitTest_use_sdk_api,formula_dialogs_test))

$(eval $(call gb_CppunitTest_use_libraries,formula_dialogs_test, \
    basegfx \
    comphelper \
    cppu \
    cppuhelper \
    drawinglayer \
    editeng \
    i18nlangtag \
    i18nutil \
    msfilter \
    oox \
    sal \
    salhelper \
    sax \
    sfx \
    sot \
    svl \
    svt \
    test \
    tl \
    tk \
    ucbhelper \
    unotest \
    utl \
    vcl \
    xo \
    $(gb_UWINAPI) \
))

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

$(eval $(call gb_CppunitTest_use_sdk_api,formula_dialogs_test))

$(eval $(call gb_CppunitTest_use_ure,formula_dialogs_test))
$(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,formula_dialogs_test))

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

# $(eval $(call gb_CppunitTest_use_configuration,formula_dialogs_test))
$(eval $(call gb_CppunitTest_use_instdir_configuration,formula_dialogs_test))

$(eval $(call gb_CppunitTest_use_uiconfigs,formula_dialogs_test,\
	formula \
))

# vim: set noet sw=4 ts=4:
h=feature/lok-clipboard&id=2745cca129a255030fcc468ac60f0e48d04c9313'>libxslt: remove usage of dmake remnant XSLTLIBMichael Stahl 2013-04-03libxml2: remove usage of dmake remnant LIBXML2LIBMichael Stahl 2013-04-03redland: stop delivering headersMichael Stahl 2013-04-03Fix Android build of redland and rasqalTor Lillqvist 2013-04-03Easter Bunny brings new redland tarballsMichael Stahl 2013-03-27fix build of redland on mingwDavid Tardon 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-13deliver the right libs on mingwDavid Tardon 2013-03-13do not escape too muchDavid Tardon 2013-02-28remove all d.lstMichael Stahl 2013-02-23comma need to be escape in Makefile when in argument of $(callNorbert Thiebaud 2013-02-22quiet external module build log unless failureNorbert Thiebaud 2013-02-22libxslt, redland: properly quote rpath $ORIGINMichael Stahl 2013-02-07convert libxml2 to gbuild and add to tail_buildPeter Foley 2013-01-31redland depends on both raptor and rasqalStephan Bergmann 2013-01-31Call macosx-change-install-names on "external" libs, tooStephan Bergmann 2013-01-31Proper spacing in makefile command line continuationsStephan Bergmann 2013-01-01MAKE not GNUMAKEPeter Foley 2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley 2012-12-31Deliver raptor.h and rasqal.hTor Lillqvist 2012-12-31redland depends on rasqalTor Lillqvist 2012-12-31Fix misleading indentationTor Lillqvist 2012-12-31Fix redland cross-compilation at least for AndroidTor Lillqvist 2012-12-31Fix typo s/ANDRIOD/ANDROID/Tor Lillqvist 2012-12-30convert redland to gbuild and add to tail_buildPeter Foley 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-11-19Try to use -fvisibility=hidden when DISABLE_DYNLOADINGTor Lillqvist 2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim 2012-07-27redland: fix some warnings in raptorMichael Stahl 2012-05-04lib was renamed, but dylib_file hint for older XCode was missed.Christian Lohmaier