Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / vcl / Executable_tdefilepicker.mk
blob4c912e4779adc452073a81bab6cd7f735a968486
1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
3 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License or as specified alternatively below. You may obtain a copy of
8 # the License at http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # Major Contributor(s):
16 # Copyright (C) 2011 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
17 # Copyright (C) 2012 Timothy Pearson (TDE)
19 # All Rights Reserved.
21 # For minor contributions see the git repository.
23 # Alternatively, the contents of this file may be used under the terms of
24 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
25 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
26 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
27 # instead of those above.
29 $(eval $(call gb_Executable_Executable,tdefilepicker))
31 $(eval $(call gb_Executable_add_defs,tdefilepicker,\
32 $(TDE_CFLAGS) \
33 -DENABLE_TDE \
36 $(eval $(call gb_Executable_set_include,tdefilepicker,\
37 $$(INCLUDE) \
38 -I$(SRCDIR)/vcl/inc \
39 -I$(SRCDIR)/solenv/inc \
40 -I$(SRCDIR)/vcl/inc/unx/tde \
43 $(eval $(call gb_Executable_use_libraries,tdefilepicker,\
44 sal \
47 $(eval $(call gb_Executable_add_libs,tdefilepicker,\
48 $(TDE_LIBS) \
49 -lkio -lX11 \
52 $(eval $(call gb_Executable_add_exception_objects,tdefilepicker,\
53 vcl/unx/kde/fpicker/kdecommandthread \
54 vcl/unx/kde/fpicker/kdefilepicker \
55 vcl/unx/kde/fpicker/kdefpmain \
56 vcl/unx/kde/fpicker/kdemodalityfilter \
59 $(eval $(call gb_Executable_add_generated_cxxobjects,tdefilepicker,\
60 CustomTarget/vcl/unx/kde/fpicker/kdefilepicker.moc \
63 $(eval $(call gb_Executable_set_warnings_not_errors,tdefilepicker))
65 # TDE/TQt consider -Wshadow more trouble than benefit
66 $(eval $(call gb_Executable_add_cxxflags,kdefilepicker,\
67 -Wno-shadow \
70 # vim: set noet sw=4 ts=4: