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
,\
18 $(eval
$(call gb_Executable_set_include
,tdefilepicker
,\
21 -I
$(SRCDIR
)/solenv
/inc \
22 -I
$(SRCDIR
)/vcl
/inc
/unx
/tde \
25 $(eval
$(call gb_Executable_use_libraries
,tdefilepicker
,\
29 $(eval
$(call gb_Executable_add_libs
,tdefilepicker
,\
34 $(eval
$(call gb_Executable_add_exception_objects
,tdefilepicker
,\
35 vcl
/unx
/kde
/fpicker
/kdecommandthread \
36 vcl
/unx
/kde
/fpicker
/kdefilepicker \
37 vcl
/unx
/kde
/fpicker
/kdefpmain \
38 vcl
/unx
/kde
/fpicker
/kdemodalityfilter \
41 $(eval
$(call gb_Executable_add_generated_cxxobjects
,tdefilepicker
,\
42 CustomTarget
/vcl
/unx
/kde
/fpicker
/kdefilepicker.moc \
45 $(eval
$(call gb_Executable_set_warnings_not_errors
,tdefilepicker
))
47 # TDE/TQt consider -Wshadow more trouble than benefit
48 $(eval
$(call gb_Executable_add_cxxflags
,kdefilepicker
,\
52 # vim: set noet sw=4 ts=4: