Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / sd / CppunitTest_sd_activex_controls_tests.mk
blob0f8faf14c0c73afa42d668ce30e41acd59fb6eb1
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_components,sd_activex_controls_tests,\
66 animations/source/animcore/animcore \
67 basic/util/sb \
68 chart2/source/chartcore \
69 chart2/source/controller/chartcontroller \
70 comphelper/util/comphelp \
71 configmgr/source/configmgr \
72 dbaccess/util/dba \
73 desktop/source/deployment/deployment \
74 embeddedobj/util/embobj \
75 emfio/emfio \
76 filter/source/config/cache/filterconfig1 \
77 filter/source/odfflatxml/odfflatxml \
78 filter/source/svg/svgfilter \
79 filter/source/xmlfilteradaptor/xmlfa \
80 filter/source/xmlfilterdetect/xmlfd \
81 forms/util/frm \
82 framework/util/fwk \
83 i18npool/util/i18npool \
84 linguistic/source/lng \
85 oox/util/oox \
86 package/source/xstor/xstor \
87 package/util/package2 \
88 sax/source/expatwrap/expwrap \
89 sd/util/sd \
90 sd/util/sdfilt \
91 sd/util/sdd \
92 $(if $(ENABLE_PDFIMPORT),sdext/source/pdfimport/pdfimport) \
93 sfx2/util/sfx \
94 sot/util/sot \
95 svl/source/fsstor/fsstorage \
96 svtools/util/svt \
97 svx/util/svxcore \
98 toolkit/util/tk \
99 ucb/source/core/ucb1 \
100 ucb/source/ucp/expand/ucpexpand1 \
101 ucb/source/ucp/file/ucpfile1 \
102 ucb/source/ucp/package/ucppkg1 \
103 ucb/source/ucp/tdoc/ucptdoc1 \
104 unotools/util/utl \
105 unoxml/source/rdf/unordf \
106 unoxml/source/service/unoxml \
107 uui/util/uui \
108 vcl/vcl.common \
109 xmloff/util/xo \
110 xmlsecurity/util/xmlsecurity \
113 $(eval $(call gb_CppunitTest_use_configuration,sd_activex_controls_tests))
115 # vim: set noet sw=4 ts=4: