tdf#62032 use style list level when changing style
[LibreOffice.git] / vcl / Executable_vcldemo.mk
blob19b7ee655af9abe4c82a3631774405141640ba13
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,vcldemo))
13 $(eval $(call gb_Executable_use_api,vcldemo,\
14 offapi \
15 udkapi \
18 ifeq ($(DISABLE_GUI),)
19 $(eval $(call gb_Executable_use_externals,vcldemo,\
20 epoxy \
22 endif
24 $(eval $(call gb_Executable_add_defs,vcldemo,\
25 -DVCL_INTERNALS \
28 $(eval $(call gb_Executable_set_include,vcldemo,\
29 $$(INCLUDE) \
30 -I$(SRCDIR)/vcl/inc \
33 $(eval $(call gb_Executable_use_libraries,vcldemo,\
34 basegfx \
35 comphelper \
36 cppu \
37 cppuhelper \
38 tl \
39 sal \
40 salhelper \
43 $(eval $(call gb_Executable_use_vclmain,vcldemo))
45 $(eval $(call gb_Executable_add_exception_objects,vcldemo,\
46 vcl/workben/vcldemo \
49 # vim: set noet sw=4 ts=4: