sw: fix merge mail to direct export as pdf
[LibreOffice.git] / svx / CppunitTest_svx_removewhichrange.mk
blob6819c4452609bfc6d911165a91b35066f4f31bff
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
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_CppunitTest_CppunitTest,svx_removewhichrange))
12 $(eval $(call gb_CppunitTest_add_exception_objects,svx_removewhichrange, \
13 svx/qa/unit/removewhichrange \
16 $(eval $(call gb_CppunitTest_use_externals,svx_removewhichrange, \
17 boost_headers \
18 libxml2 \
21 $(eval $(call gb_CppunitTest_use_libraries,svx_removewhichrange, \
22 basegfx \
23 comphelper \
24 cppu \
25 cppuhelper \
26 drawinglayer \
27 drawinglayercore \
28 editeng \
29 fwk \
30 i18nlangtag \
31 i18nutil \
32 sal \
33 salhelper \
34 sax \
35 sb \
36 sfx \
37 sot \
38 svl \
39 svt \
40 tk \
41 tl \
42 ucbhelper \
43 utl \
44 vcl \
45 xo \
46 $(call gb_Helper_optional,AVMEDIA,avmedia) \
47 $(call gb_Helper_optional,DBCONNECTIVITY,dbtools) \
50 $(eval $(call gb_CppunitTest_use_library_objects,svx_removewhichrange, \
51 svxcore \
54 $(eval $(call gb_CppunitTest_use_sdk_api,svx_removewhichrange))
56 ifeq ($(OS),MACOSX)
57 $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,svx_removewhichrange, \
58 Foundation \
60 endif
62 # vim: set noet sw=4 ts=4: