Bump version to 6.4-15
[LibreOffice.git] / sw / CppunitTest_sw_ooxmlimport2.mk
blobdd02676634557dae5e42b98efb6fa88d51d7a9cb
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
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/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlimport2))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlimport2))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlimport2, \
17 sw/qa/extras/ooxmlimport/ooxmlimport2 \
20 $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlimport2, \
21 basegfx \
22 comphelper \
23 cppu \
24 cppuhelper \
25 sal \
26 sfx \
27 test \
28 unotest \
29 utl \
30 sw \
31 tl \
32 vcl \
33 svxcore \
36 $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlimport2,\
37 boost_headers \
38 libxml2 \
41 $(eval $(call gb_CppunitTest_set_include,sw_ooxmlimport2,\
42 -I$(SRCDIR)/sw/inc \
43 -I$(SRCDIR)/sw/source/core/inc \
44 -I$(SRCDIR)/sw/source/uibase/inc \
45 -I$(SRCDIR)/sw/qa/inc \
46 $$(INCLUDE) \
49 ifeq ($(OS),MACOSX)
51 $(eval $(call gb_CppunitTest_add_cxxflags,sw_ooxmlimport2,\
52 $(gb_OBJCXXFLAGS) \
55 $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sw_ooxmlimport2,\
56 AppKit \
59 endif
61 $(eval $(call gb_CppunitTest_use_api,sw_ooxmlimport2,\
62 udkapi \
63 offapi \
64 oovbaapi \
67 $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlimport2))
68 $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlimport2))
70 $(eval $(call gb_CppunitTest_use_rdb,sw_ooxmlimport2,services))
72 $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlimport2))
74 # At least testTdf115094::Import (sw/qa/extras/ooxmlimport/ooxmlimport2.cxx) depends on TIFFReader
75 # from Library_gie, which is loaded dynamically in vcl/source/filter/graphicfilter.cxx:
76 $(call gb_CppunitTest_get_target,sw_ooxmlimport2): $(call gb_Library_get_target,gie)
78 # vim: set noet sw=4 ts=4: