Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / vcl / Executable_tdefilepicker.mk
blobfcbf55f10797f855234f9116da838395b5ee0781
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Executable_Executable,tdefilepicker))
13 $(eval $(call gb_Executable_add_defs,tdefilepicker,\
14 $(TDE_CFLAGS) \
15 -DENABLE_TDE \
18 $(eval $(call gb_Executable_set_include,tdefilepicker,\
19 $$(INCLUDE) \
20 -I$(SRCDIR)/vcl/inc \
21 -I$(SRCDIR)/vcl/inc/unx/kde \
24 $(eval $(call gb_Executable_use_libraries,tdefilepicker,\
25 sal \
28 $(eval $(call gb_Executable_add_libs,tdefilepicker,\
29 $(TDE_LIBS) \
30 -ltdeio -lX11 \
33 $(eval $(call gb_Executable_add_exception_objects,tdefilepicker,\
34 vcl/unx/kde/fpicker/kdecommandthread \
35 vcl/unx/kde/fpicker/kdefilepicker \
36 vcl/unx/kde/fpicker/kdefpmain \
37 vcl/unx/kde/fpicker/kdemodalityfilter \
40 $(eval $(call gb_Executable_add_generated_cxxobjects,tdefilepicker,\
41 CustomTarget/vcl/unx/kde/fpicker/kdefilepicker.moc \
44 $(eval $(call gb_Executable_set_warnings_not_errors,tdefilepicker))
46 # TDE/TQt consider -Wshadow more trouble than benefit
47 $(eval $(call gb_Executable_add_cxxflags,kdefilepicker,\
48 -Wno-shadow \
51 # vim: set noet sw=4 ts=4: