summaryrefslogtreecommitdiff
path: root/fpicker/Module_fpicker.mk
blob: 5f4ee86c9c6ce3e92af34d39cdde2809381331a1 (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
# -*- 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_Module_Module,fpicker))

$(eval $(call gb_Module_add_targets,fpicker,\
	Library_fps_office \
	UIConfig_fps \
))

$(eval $(call gb_Module_add_l10n_targets,fpicker,\
	AllLangMoTarget_fps \
))

ifeq ($(OS),MACOSX)
$(eval $(call gb_Module_add_targets,fpicker,\
	Library_fps_aqua \
))
endif

ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,fpicker,\
	Library_fps \
	WinResTarget_fps \
))
endif

# screenshots
$(eval $(call gb_Module_add_screenshot_targets,fpicker,\
    CppunitTest_fpicker_dialogs_test \
))

# vim: set noet sw=4 ts=4:
errinf.hxxChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-02-10convert InsertOperation to scoped enumNoel Grandin 2017-02-06Add missing #includesStephan Bergmann 2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin 2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin 2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin 2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin 2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbhelperStephan Bergmann 2017-01-16inline InteractionContinuation_ImplNoel Grandin 2016-12-01loplugin:unnecessaryoverride (dtors) in ucbhelperStephan Bergmann 2016-11-30simplify macrosNoel Grandin 2016-11-30convert VALUE_SET constants to o3tl::typed_flagsNoel Grandin 2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin 2016-10-03Fix typosAndrea Gelmini 2016-09-26convert CONTINUATION constants to typed_flags_setNoel Grandin 2016-09-20loplugin:unusedfieldsNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin 2016-08-29cid#1371163 Missing move assignment operatorNoel Grandin 2016-08-22ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/Stephan Bergmann 2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-06-28loplugin:singlevalfields in variousNoel Grandin 2016-06-24ucbhelper: get rid of pointless scope in ContentImplHelper::releaseMichael Stahl 2016-06-24loplugin:singlevalfields in ucbhelperNoel Grandin 2016-06-23remove some more (void) style function definitions/declarationsNoel Grandin 2016-06-06remove some manual ref-countingNoel Grandin 2016-05-24Revert "remove some manual ref-counting"Noel Grandin 2016-05-24remove some manual ref-countingNoel Grandin 2016-05-12loplugin:passstuffbyrefStephan Bergmann 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann