WaE: C6011 Dereferencing NULL pointer warnings
[LibreOffice.git] / uui / CppunitTest_uui_dialogs_test.mk
blob90d17cfbc8bc40cee1b5b4bb719fd56a5de146a3
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,uui_dialogs_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,uui_dialogs_test, \
15 uui/qa/unit/uui-dialogs-test \
18 $(eval $(call gb_CppunitTest_use_sdk_api,uui_dialogs_test))
20 $(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\
21 -I$(SRCDIR)/uui/inc \
22 $$(INCLUDE) \
25 $(eval $(call gb_CppunitTest_use_libraries,uui_dialogs_test, \
26 basegfx \
27 comphelper \
28 cppu \
29 cppuhelper \
30 drawinglayer \
31 editeng \
32 i18nlangtag \
33 i18nutil \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sfx \
40 sot \
41 svl \
42 svt \
43 test \
44 tl \
45 ucbhelper \
46 unotest \
47 utl \
48 vcl \
49 xo \
52 $(eval $(call gb_CppunitTest_use_external,uui_dialogs_test,boost_headers))
54 $(eval $(call gb_CppunitTest_use_sdk_api,uui_dialogs_test))
56 $(eval $(call gb_CppunitTest_use_ure,uui_dialogs_test))
57 $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,uui_dialogs_test))
59 $(eval $(call gb_CppunitTest_use_rdb,uui_dialogs_test,services))
61 $(eval $(call gb_CppunitTest_use_configuration,uui_dialogs_test))
63 $(eval $(call gb_CppunitTest_use_uiconfigs,uui_dialogs_test,\
64 uui \
67 # vim: set noet sw=4 ts=4: