summaryrefslogtreecommitdiff
path: root/fpicker/Module_fpicker.mk
blob: 443d60a65c21419a5dea8a302d1d4611db566924 (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 \
))

$(eval $(call gb_Module_add_l10n_targets,fpicker,\
	AllLangResTarget_fps_office \
	UIConfig_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:
8-06-25loplugin:useuniqueptr in XFStyleManagerNoel Grandin 2018-06-13Fix typosAndrea Gelmini 2018-04-03loplugin:useuniqueptr in XFStyleContainerNoel Grandin 2018-03-07Fix typoAndrea Gelmini 2018-03-06ofz: memory leakCaolán McNamara 2018-03-05loplugin:useuniqueptr in XFConfigManagerNoel Grandin 2018-03-05loplugin:useuniqueptr in XFPageMasterNoel Grandin 2018-03-05loplugin:useuniqueptr in XFFrameStyleNoel Grandin 2018-03-05loplugin:useuniqueptr in XFParaStyleNoel Grandin 2018-03-05loplugin:useuniqueptr in XFHeaderStyleNoel Grandin 2018-03-05loplugin:useuniqueptr in XFDrawStyleNoel Grandin 2018-02-12ofz#6208 Indirect-leakCaolán McNamara 2018-02-12Fix typosAndrea Gelmini 2018-02-01loplugin:datamembershadow in XFCellStyleNoel Grandin 2018-01-31loplugin:datamembershadow in lotuswordproNoel Grandin 2018-01-12More loplugin:cstylecast: lotuswordproStephan Bergmann 2017-11-06loplugin:constparams in various(2)Noel Grandin 2017-11-01loplugin:finalclasses in lotuswordproNoel Grandin 2017-10-23loplugin:includeform: lotuswordproStephan Bergmann 2017-10-19Make include files found through -Ilotuswordpro/incStephan Bergmann 2017-10-19use std::unique_ptr in lotuswordproNoel Grandin 2017-10-17Move lotuswordpro include files to common include directoryStephan Bergmann