summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_mnemonic.mk
blob: 15dc99e8f0a9ee6c5e0fd6c0a3cf2025feda715d (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
# -*- 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_CppunitTest,vcl_mnemonic))

$(eval $(call gb_CppunitTest_set_include,vcl_mnemonic,\
    $$(INCLUDE) \
    -I$(SRCDIR)/vcl/inc \
))

$(eval $(call gb_CppunitTest_add_exception_objects,vcl_mnemonic, \
	vcl/qa/cppunit/mnemonic \
))

$(eval $(call gb_CppunitTest_use_externals,vcl_mnemonic,boost_headers))

$(eval $(call gb_CppunitTest_use_libraries,vcl_mnemonic, \
	comphelper \
	cppu \
	cppuhelper \
	sal \
	svt \
	test \
	tl \
	tk \
	unotest \
	vcl \
))

$(eval $(call gb_CppunitTest_use_sdk_api,vcl_mnemonic))

$(eval $(call gb_CppunitTest_use_ure,vcl_mnemonic))
$(eval $(call gb_CppunitTest_use_vcl,vcl_mnemonic))

$(eval $(call gb_CppunitTest_use_components,vcl_mnemonic,\
	configmgr/source/configmgr \
	i18npool/util/i18npool \
	ucb/source/core/ucb1 \
))

$(eval $(call gb_CppunitTest_use_configuration,vcl_mnemonic))

# vim: set noet sw=4 ts=4:
vert Link<> to typedNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12convert Link<> to typedNoel Grandin 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin 2015-05-05loplugin:staticmethodsNoel Grandin 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann 2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in scNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann 2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann 2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann 2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold 2014-04-19fixincludeguards.sh: scThomas Arnhold 2014-04-06whitespace cleanup in scMarkus Mohrhard 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-03-27sfx2: sal_Bool->boolNoel Grandin 2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke 2014-03-03Remove visual noise from scAlexander Wilms 2014-02-19sal_Bool->boolNoel Grandin 2013-10-04convert sc/.../inc/tpusrlst.hxx from String to OUStringNoel Grandin