lok: use utf-8 for text/plain always.
[LibreOffice.git] / sd / CppunitTest_sd_activex_controls_tests.mk
blobd4a265c832a51474c8a17c740d0fd11c37e25b7f
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,sd_activex_controls_tests))
12 $(eval $(call gb_CppunitTest_use_externals,sd_activex_controls_tests,\
13 boost_headers \
14 libxml2 \
17 $(eval $(call gb_CppunitTest_add_exception_objects,sd_activex_controls_tests, \
18 sd/qa/unit/activex-controls-tests \
21 $(eval $(call gb_CppunitTest_use_libraries,sd_activex_controls_tests, \
22 $(call gb_Helper_optional,AVMEDIA,avmedia) \
23 basegfx \
24 comphelper \
25 cppu \
26 cppuhelper \
27 drawinglayer \
28 editeng \
29 for \
30 forui \
31 i18nlangtag \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sd \
38 sfx \
39 sot \
40 svl \
41 svt \
42 svx \
43 svxcore \
44 test \
45 tl \
46 tk \
47 ucbhelper \
48 unotest \
49 utl \
50 vcl \
51 xo \
54 $(eval $(call gb_CppunitTest_set_include,sd_activex_controls_tests,\
55 -I$(SRCDIR)/sd/source/ui/inc \
56 -I$(SRCDIR)/sd/inc \
57 $$(INCLUDE) \
60 $(eval $(call gb_CppunitTest_use_sdk_api,sd_activex_controls_tests))
62 $(eval $(call gb_CppunitTest_use_ure,sd_activex_controls_tests))
63 $(eval $(call gb_CppunitTest_use_vcl,sd_activex_controls_tests))
65 $(eval $(call gb_CppunitTest_use_rdb,sd_activex_controls_tests,services))
67 $(eval $(call gb_CppunitTest_use_configuration,sd_activex_controls_tests))
69 # vim: set noet sw=4 ts=4: