tdf#153972 Fix color filter when cells have no content
[LibreOffice.git] / desktop / Library_deploymentgui.mk
blob900406002ce61bf3996ac5e0441b3c97fbe595e4
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,deploymentgui))
12 $(eval $(call gb_Library_set_include,deploymentgui,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/desktop/inc \
15 -I$(SRCDIR)/desktop/source/deployment/inc \
16 -I$(SRCDIR)/desktop/source/inc \
19 $(eval $(call gb_Library_use_external,deploymentgui,boost_headers))
21 $(eval $(call gb_Library_set_precompiled_header,deploymentgui,desktop/inc/pch/precompiled_deploymentgui))
23 $(eval $(call gb_Library_use_custom_headers,deploymentgui,\
24 officecfg/registry \
27 $(eval $(call gb_Library_use_sdk_api,deploymentgui))
29 $(eval $(call gb_Library_use_libraries,deploymentgui,\
30 comphelper \
31 cppu \
32 cppuhelper \
33 deploymentmisc \
34 i18nlangtag \
35 sal \
36 salhelper \
37 sfx \
38 svl \
39 svt \
40 svxcore \
41 tk \
42 tl \
43 ucbhelper \
44 utl \
45 vcl \
48 ifeq ($(OS),WNT)
50 $(eval $(call gb_Library_use_system_win32_libs,deploymentgui,\
51 ole32 \
54 endif
57 $(eval $(call gb_Library_set_componentfile,deploymentgui,desktop/source/deployment/gui/deploymentgui))
59 $(eval $(call gb_Library_add_exception_objects,deploymentgui,\
60 desktop/source/deployment/gui/dp_gui_dependencydialog \
61 desktop/source/deployment/gui/dp_gui_dialog2 \
62 desktop/source/deployment/gui/dp_gui_extensioncmdqueue \
63 desktop/source/deployment/gui/dp_gui_extlistbox \
64 desktop/source/deployment/gui/dp_gui_service \
65 desktop/source/deployment/gui/dp_gui_theextmgr \
66 desktop/source/deployment/gui/dp_gui_updatedialog \
67 desktop/source/deployment/gui/dp_gui_updateinstalldialog \
68 desktop/source/deployment/gui/license_dialog \
71 # vim: set ts=4 sw=4 et: