summaryrefslogtreecommitdiff
path: root/desktop/CppunitTest_desktop_dialogs_test.mk
blob: ce26857ab8ff9122fc019bd7e81ea787508caf93 (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
66
67
68
69
# -*- 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,desktop_dialogs_test))

$(eval $(call gb_CppunitTest_add_exception_objects,desktop_dialogs_test, \
    desktop/qa/unit/desktop-dialogs-test \
))

$(eval $(call gb_CppunitTest_use_sdk_api,desktop_dialogs_test))

$(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\
    -I$(SRCDIR)/desktop/source/inc \
    -I$(SRCDIR)/desktop/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_CppunitTest_use_libraries,desktop_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 \
))

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

$(eval $(call gb_CppunitTest_use_sdk_api,desktop_dialogs_test))

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

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

$(eval $(call gb_CppunitTest_use_configuration,desktop_dialogs_test))

$(eval $(call gb_CppunitTest_use_uiconfigs,desktop_dialogs_test,\
	desktop \
))

# vim: set noet sw=4 ts=4:
9008937c'>coverity#984097 Uninitialized pointer fieldCaolán McNamara 2014-12-19upgrade to icu 54Caolán McNamara 2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn 2014-12-12i18nutil: Use appropriate OUString functions on string constantsStephan Bergmann 2014-05-28Avoid undefined left shift of negative valueStephan Bergmann 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-02-18i18nutil: sal_Bool -> boolStephan Bergmann >Michael Stahl 2013-08-30ENABLE_RELEASE_BUILD Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud 2013-08-08Simplify check for verbosityTor Lillqvist 2013-07-24look for find-requires-gnome.sh in the right pathDavid Tardon 2013-07-16gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_ruleMichael Stahl 2013-06-20do not try to install helppacks that were not builtDavid Tardon 2013-05-17Check for ODK in BUILD_TYPETor Lillqvist 2013-05-13only create all-langs installer for windowsDavid Tardon 2013-04-15Fix for LibreOfficeDev naming schemeStephan Bergmann 2013-04-12Install SDK in Windows dev-install, tooStephan Bergmann 2013-03-25Remove unneeded project and projectroot parametersZolnai Tamás 2013-03-02remove minor.mkMatúš Kukan 2013-03-01rename LOdev builds to LibreOfficeDevPetr Mladek 2013-02-27fix: BUILDDIR is not always SRCDIRNorbert Thiebaud 2013-02-27move instsetoo_native to gbuildBjoern Michaelsen 2013-02-26instsetoo_native: fix helppack generationAndras Timar 2013-02-26instsetoo_native: fix localizationAndras Timar 2013-02-24instsetoo_native: convert to gbuildPeter Foley