tdf#137105: crash in table with Style Inspector active
[LibreOffice.git] / svx / CppunitTest_svx_gallery_test.mk
blob1415dce921a501d3d336919d0afb9f4c2b097fd9
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 \
20 -I$(SRCDIR)/svx/inc \
21 $$(INCLUDE) \
24 $(eval $(call gb_CppunitTest_use_libraries,svx_gallery_test, \
25 sal \
26 utl \
27 svxcore \
28 comphelper \
29 tl \
30 svl \
31 sfx \
32 unotest \
33 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: