Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / sw / CppunitTest_sw_dialogs_test_2.mk
blob150f31c88f82b33fa065ab746131bce1d4bbc505
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,sw_dialogs_test2))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sw_dialogs_test2, \
15 sw/qa/unit/sw-dialogs-test_2 \
18 $(eval $(call gb_CppunitTest_use_sdk_api,sw_dialogs_test2))
20 $(eval $(call gb_CppunitTest_set_include,sw_dialogs_test2,\
21 -I$(SRCDIR)/sw/source/ui/inc \
22 -I$(SRCDIR)/sw/inc \
23 -I$(SRCDIR)/sw/source/uibase/inc \
24 $$(INCLUDE) \
27 $(eval $(call gb_CppunitTest_use_libraries,sw_dialogs_test2, \
28 basegfx \
29 comphelper \
30 cppu \
31 cppuhelper \
32 drawinglayer \
33 editeng \
34 i18nlangtag \
35 i18nutil \
36 msfilter \
37 oox \
38 sal \
39 salhelper \
40 sax \
41 sw \
42 swui \
43 sfx \
44 sot \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 test \
50 tl \
51 tk \
52 ucbhelper \
53 unotest \
54 utl \
55 vcl \
56 xo \
59 $(eval $(call gb_CppunitTest_use_external,sw_dialogs_test2,boost_headers))
61 $(eval $(call gb_CppunitTest_use_sdk_api,sw_dialogs_test2))
63 $(eval $(call gb_CppunitTest_use_ure,sw_dialogs_test2))
64 $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,sw_dialogs_test2))
66 $(eval $(call gb_CppunitTest_use_rdb,sw_dialogs_test2,services))
68 # $(eval $(call gb_CppunitTest_use_configuration,sw_dialogs_test2))
69 $(eval $(call gb_CppunitTest_use_instdir_configuration,sw_dialogs_test2))
71 # vim: set noet sw=4 ts=4: