summaryrefslogtreecommitdiff
path: root/dbaccess/CppunitTest_dbaccess_dialogs_test.mk
blob: 3ed9a0649fb7afc7097e3e61b99c7e6eaf9aa71e (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,dbaccess_dialogs_test))

$(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_dialogs_test, \
    dbaccess/qa/unit/dbaccess-dialogs-test \
))

$(eval $(call gb_CppunitTest_use_sdk_api,dbaccess_dialogs_test))

$(eval $(call gb_CppunitTest_set_include,dbaccess_dialogs_test,\
    -I$(SRCDIR)/dbaccess/source/inc \
    -I$(SRCDIR)/dbaccess/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_CppunitTest_use_libraries,dbaccess_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,dbaccess_dialogs_test,boost_headers))

$(eval $(call gb_CppunitTest_use_sdk_api,dbaccess_dialogs_test))

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

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

$(eval $(call gb_CppunitTest_use_configuration,dbaccess_dialogs_test))

$(eval $(call gb_CppunitTest_use_uiconfigs,dbaccess_dialogs_test,\
	dbaccess \
))

# vim: set noet sw=4 ts=4:
100'>2013-03-06fdo#61726 java class collision with new idlDavid Ostrovsky 2013-03-03Related to fdo#60724: correct spellingThomas Arnhold 2013-02-28remove all d.lstMichael Stahl 2013-02-19janitorial: typo in commentLionel Elie Mamane 2013-02-19add commentLionel Elie Mamane 2013-02-19fdo#52948 fix print-repeated-values=no with formatted valuesLionel Elie Mamane 2012-12-12Remove xml2cmp leftoversStephan Bergmann 2012-11-29reportbuilder does not look like dmake anymoreBjoern Michaelsen 2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz 2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz 2012-10-23gbuild: fix XcuMergeTarget build breakage:Michael Stahl 2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl 2012-10-10Remove commented code and empty methodsJose Guilherme Vanz 2012-09-22fix configuration depsDavid Tardon 2012-09-10Java5 update, Convert ArrayList and Vector code to use genericsNoel Grandin 2012-09-06Java cleanup, remove unnecessary importsNoel Grandin 2012-08-23fdo#38791: Do not use java.awt, causes problems on Mac OS XStephan Bergmann 2012-08-17gbuild: register all jarsMichael Stahl 2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl 2012-07-25fdo#52427 fix l10n of reportbuilderDavid Tardon 2012-07-18re-base on ALv2 code. Includes:Michael Meeks 2012-07-13fdo#51278 fix reportbuilder manifestDavid Tardon 2012-07-12fdo#51278 bump version to force update of package cacheDavid Tardon 2012-07-12fdo#51278 make reportbuilder work againDavid Tardon 2012-06-29Convert Java code in reportbuilder to use Java5 genericsNoel Grandin 2012-06-29re-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-05-30when building system jfreereport, version.mk is not deliveredBjoern Michaelsen 2012-05-30reportbuilder: build only when enabledMatúš Kukan 2012-05-29remove unused sourceDavid Tardon 2012-05-29gbuildize reportbuilderDavid Tardon