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
,\
17 $(eval
$(call gb_CppunitTest_use_common_precompiled_header
,sd_activex_controls_tests
))
19 $(eval
$(call gb_CppunitTest_add_exception_objects
,sd_activex_controls_tests
, \
20 sd
/qa
/unit
/activex-controls-tests \
23 $(eval
$(call gb_CppunitTest_use_libraries
,sd_activex_controls_tests
, \
24 $(call gb_Helper_optional
,AVMEDIA
,avmedia
) \
56 $(eval
$(call gb_CppunitTest_set_include
,sd_activex_controls_tests
,\
57 -I
$(SRCDIR
)/sd
/source
/ui
/inc \
62 $(eval
$(call gb_CppunitTest_use_sdk_api
,sd_activex_controls_tests
))
64 $(eval
$(call gb_CppunitTest_use_ure
,sd_activex_controls_tests
))
65 $(eval
$(call gb_CppunitTest_use_vcl
,sd_activex_controls_tests
))
67 $(eval
$(call gb_CppunitTest_use_rdb
,sd_activex_controls_tests
,services
))
69 $(eval
$(call gb_CppunitTest_use_configuration
,sd_activex_controls_tests
))
71 # vim: set noet sw=4 ts=4: