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_CppunitScreenShot
,svx_gallery_test
))
14 $(eval
$(call gb_CppunitTest_add_exception_objects
,svx_gallery_test
, \
15 svx
/qa
/unit
/gallery
/test_gallery \
18 $(eval
$(call gb_CppunitTest_set_include
,svx_gallery_test
,\
19 -I
$(SRCDIR
)/svx
/source
/inc \
24 $(eval
$(call gb_CppunitTest_use_libraries
,svx_gallery_test
, \
36 $(eval
$(call gb_CppunitTest_use_externals
,svx_gallery_test
,boost_headers
))
38 $(eval
$(call gb_CppunitTest_use_vcl
,svx_gallery_test
))
40 $(eval
$(call gb_CppunitTest_use_sdk_api
,svx_gallery_test
))
42 $(eval
$(call gb_CppunitTest_use_configuration
,svx_gallery_test
))
44 $(eval
$(call gb_CppunitTest_use_rdb
,svx_gallery_test
,services
))
46 $(eval
$(call gb_CppunitTest_use_ure
,svx_gallery_test
))
56 # vim: set noet sw=4 ts=4: