fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / reportdesign / AllLangResTarget_rpt.mk
blob43b91b71c9bece11ea9124b47a8d9bf1b1a7fd50
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_AllLangResTarget_AllLangResTarget,rpt))
12 $(eval $(call gb_AllLangResTarget_set_reslocation,rpt,reportdesign))
14 $(eval $(call gb_AllLangResTarget_add_srs,rpt,\
15 reportdesign/res \
18 $(eval $(call gb_SrsTarget_SrsTarget,reportdesign/res))
20 $(eval $(call gb_SrsTarget_use_packages,reportdesign/res,\
21 svx_globlmn_hrc \
24 $(eval $(call gb_SrsTarget_set_include,reportdesign/res,\
25 $$(INCLUDE) \
26 -I$(SRCDIR)/reportdesign/source/core/inc \
29 $(eval $(call gb_SrsTarget_add_files,reportdesign/res,\
30 reportdesign/source/core/resource/strings.src \
33 # vim: set noet sw=4 ts=4: