related tdf#150197: sd should SetListFormat
[LibreOffice.git] / sd / CppunitTest_sd_uimpress.mk
blob63f14397823190e8195c1e0966b4b138a434d230
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_CppunitTest_CppunitTest,sd_uimpress))
12 $(eval $(call gb_CppunitTest_set_include,sd_uimpress,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/sd/inc \
17 $(eval $(call gb_CppunitTest_use_sdk_api,sd_uimpress))
19 $(eval $(call gb_CppunitTest_use_library_objects,sd_uimpress,sd))
21 $(eval $(call gb_CppunitTest_use_libraries,sd_uimpress,\
22 $(call gb_Helper_optional,AVMEDIA,avmedia) \
23 basegfx \
24 canvastools \
25 comphelper \
26 cppcanvas \
27 cppu \
28 cppuhelper \
29 drawinglayer \
30 drawinglayercore \
31 editeng \
32 i18nlangtag \
33 i18nutil \
34 msfilter \
35 oox \
36 sal \
37 sax \
38 salhelper \
39 sb \
40 sfx \
41 sot \
42 svl \
43 svt \
44 svxcore \
45 svx \
46 test \
47 tk \
48 tl \
49 ucbhelper \
50 utl \
51 vcl \
52 xo \
55 ifeq ($(OS),WNT)
56 $(eval $(call gb_CppunitTest_use_system_win32_libs,sd_uimpress,\
57 uuid \
58 ws2_32 \
60 endif
62 ifeq ($(OS),MACOSX)
63 $(eval $(call gb_CppunitTest_add_libs,sd_uimpress,\
64 -lobjc \
67 $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sd_uimpress,\
68 Foundation \
69 IOBluetooth \
71 endif
73 $(eval $(call gb_CppunitTest_use_externals,sd_uimpress,\
74 boost_headers \
75 dbus \
76 $(if $(ENABLE_AVAHI), \
77 avahi \
78 ) \
79 $(if $(filter WNT,$(OS)),mDNSResponder) \
80 libxml2 \
83 ifneq ($(DBUS_HAVE_GLIB),)
84 $(eval $(call gb_CppunitTest_set_include,sd_uimpress,\
85 $$(INCLUDE) \
86 $(DBUS_GLIB_CFLAGS) \
88 $(eval $(call gb_CppunitTest_add_libs,sd_uimpress,\
89 $(DBUS_GLIB_LIBS) \
91 endif
93 $(eval $(call gb_CppunitTest_add_exception_objects,sd_uimpress,\
94 sd/qa/unit/uimpress \
97 $(eval $(call gb_CppunitTest_use_ure,sd_uimpress))
98 $(eval $(call gb_CppunitTest_use_vcl,sd_uimpress))
100 $(eval $(call gb_CppunitTest_use_components,sd_uimpress,\
101 configmgr/source/configmgr \
102 framework/util/fwk \
103 i18npool/util/i18npool \
104 linguistic/source/lng \
105 ucb/source/core/ucb1 \
106 ucb/source/ucp/file/ucpfile1 \
107 unoxml/source/service/unoxml \
110 $(eval $(call gb_CppunitTest_use_configuration,sd_uimpress))
112 # vim: set noet sw=4 ts=4: