summaryrefslogtreecommitdiff
path: root/cui/CppunitTest_cui_dialogs_test.mk
blob: 2bafdb5fa6b08b1982949f4a1987f9c3e6d97df7 (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
70
71
# -*- 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,cui_dialogs_test))

$(eval $(call gb_CppunitTest_add_exception_objects,cui_dialogs_test, \
    cui/qa/unit/cui-dialogs-test \
))

$(eval $(call gb_CppunitTest_use_sdk_api,cui_dialogs_test))

$(eval $(call gb_CppunitTest_set_include,cui_dialogs_test,\
    -I$(SRCDIR)/cui/source/inc \
    -I$(SRCDIR)/cui/inc \
    $$(INCLUDE) \
))

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

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

$(eval $(call gb_CppunitTest_use_sdk_api,cui_dialogs_test))

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

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

$(eval $(call gb_CppunitTest_use_configuration,cui_dialogs_test))

$(eval $(call gb_CppunitTest_use_uiconfigs,cui_dialogs_test,\
	cui \
))

# vim: set noet sw=4 ts=4:
iter.mk?id=28102e471d3cb6b6976380ca84b1094078ac1af1'>EPUB export: handle inline imagesMiklos Vajna 2017-08-11EPUB export: add initial metadata support, document titleMiklos Vajna 2017-08-11EPUB export: rework to use context classesMiklos Vajna 2017-08-03EPUB export: add initial package implementationMiklos Vajna 2017-08-01EPUB export: add initial document handlerMiklos Vajna 2017-08-01writerperfect: add initial EPUB export filterMiklos Vajna 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2016-11-02add missing dependency to gb_Library_use_externals, icu_headersEike Rathke 2016-08-11integrate libstarofficeosnola 2016-02-08wpftwriter: use service constructorDavid Tardon 2015-05-20enable Apple Pages importDavid Tardon 2015-05-19upload libwps 0.4.0osnola 2014-10-22fdo#84168 change writerperfect filters to use a new base class templateTakeshi Abe 2014-05-26rebase all import libsDavid Tardon 2014-04-25refactor to decrease the amount of copypastaDavid Tardon 2014-04-24change libwriterperfect to shared libraryDavid Tardon 2014-04-12Unnecessary to mention dependency on icudata as only libicuuc directly uses itTor Lillqvist 2014-03-23remove unnecessary util dirDavid Tardon 2014-01-13AbiWord Import filterFridrich Štrba 2013-11-11bundle libebookDavid Tardon 2013-10-30update libodfgenDavid Tardon 2013-09-22find lots of external static libraries in UnpackedTarball dirMichael Stahl 2013-05-02Splitting writerperfect into serializer and libodfgenFridrich Štrba