bump product version to 5.0.3.2
[LibreOffice.git] / sd / CppunitTest_sd_uimpress.mk
bloba94b131abd0eb04b5c769075422538b8b083cfd4
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_api,sd_uimpress,\
18 offapi \
19 udkapi \
22 $(eval $(call gb_CppunitTest_use_library_objects,sd_uimpress,sd))
24 $(eval $(call gb_CppunitTest_use_libraries,sd_uimpress,\
25 $(call gb_Helper_optional,AVMEDIA,avmedia) \
26 basegfx \
27 canvastools \
28 comphelper \
29 cppcanvas \
30 cppu \
31 cppuhelper \
32 drawinglayer \
33 editeng \
34 i18nlangtag \
35 i18nutil \
36 msfilter \
37 sal \
38 sax \
39 salhelper \
40 sb \
41 sfx \
42 sot \
43 svl \
44 svt \
45 svxcore \
46 svx \
47 test \
48 tk \
49 tl \
50 ucbhelper \
51 utl \
52 vcl \
53 xo \
54 $(gb_UWINAPI) \
57 ifeq ($(OS),WNT)
58 $(eval $(call gb_CppunitTest_use_system_win32_libs,sd_uimpress,\
59 uuid \
60 ws2_32 \
62 endif
64 ifeq ($(OS),MACOSX)
65 $(eval $(call gb_CppunitTest_add_libs,sd_uimpress,\
66 -lobjc \
69 $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sd_uimpress,\
70 Foundation \
71 IOBluetooth \
73 endif
75 $(eval $(call gb_CppunitTest_use_externals,sd_uimpress,\
76 boost_headers \
77 gtk \
78 dbus \
79 $(if $(ENABLE_AVAHI), \
80 avahi \
81 ) \
82 libxml2 \
85 $(eval $(call gb_CppunitTest_add_exception_objects,sd_uimpress,\
86 sd/qa/unit/uimpress \
89 $(eval $(call gb_CppunitTest_use_ure,sd_uimpress))
91 $(eval $(call gb_CppunitTest_use_components,sd_uimpress,\
92 configmgr/source/configmgr \
93 framework/util/fwk \
94 i18npool/util/i18npool \
95 linguistic/source/lng \
96 ucb/source/core/ucb1 \
97 ucb/source/ucp/file/ucpfile1 \
98 unoxml/source/service/unoxml \
101 $(eval $(call gb_CppunitTest_use_configuration,sd_uimpress))
103 # vim: set noet sw=4 ts=4: