android: Update app-specific/MIME type icons
[LibreOffice.git] / sw / CppunitTest_sw_ooxmlexport8.mk
blob3fa3f70d46a8c88dbdef2ef6d4c933f5cf3a1d1a
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_ooxmlexport8))
14 ifneq ($(OS),MACOSX)
15 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlexport8))
16 endif
18 $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlexport8, \
19 sw/qa/extras/ooxmlexport/ooxmlexport8 \
22 $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlexport8, \
23 basegfx \
24 comphelper \
25 cppu \
26 cppuhelper \
27 sal \
28 subsequenttest \
29 test \
30 unotest \
31 utl \
32 sfx \
33 sw \
34 swqahelper \
35 tl \
36 vcl \
37 svxcore \
40 $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlexport8,\
41 boost_headers \
42 libxml2 \
45 $(eval $(call gb_CppunitTest_set_include,sw_ooxmlexport8,\
46 -I$(SRCDIR)/sw/inc \
47 -I$(SRCDIR)/sw/source/core/inc \
48 -I$(SRCDIR)/sw/qa/inc \
49 $$(INCLUDE) \
52 ifeq ($(OS),MACOSX)
54 $(eval $(call gb_CppunitTest_add_cxxflags,sw_ooxmlexport8,\
55 $(gb_OBJCXXFLAGS) \
58 $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sw_ooxmlexport8,\
59 AppKit \
62 endif
64 $(eval $(call gb_CppunitTest_use_api,sw_ooxmlexport8,\
65 udkapi \
66 offapi \
67 oovbaapi \
70 $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlexport8))
71 $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlexport8))
73 $(eval $(call gb_CppunitTest_use_rdb,sw_ooxmlexport8,services))
75 $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport8))
77 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_ooxmlexport8,\
78 modules/swriter \
81 # vim: set noet sw=4 ts=4: