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_test
))
14 $(eval
$(call gb_CppunitTest_use_common_precompiled_header
,sw_dialogs_test
))
16 $(eval
$(call gb_CppunitTest_add_exception_objects
,sw_dialogs_test
, \
17 sw
/qa
/unit
/sw-dialogs-test \
20 $(eval
$(call gb_CppunitTest_use_sdk_api
,sw_dialogs_test
))
22 $(eval
$(call gb_CppunitTest_set_include
,sw_dialogs_test
,\
23 -I
$(SRCDIR
)/sw
/source
/ui
/inc \
25 -I
$(SRCDIR
)/sw
/source
/uibase
/inc \
29 $(eval
$(call gb_CppunitTest_use_libraries
,sw_dialogs_test
, \
61 $(eval
$(call gb_CppunitTest_use_external
,sw_dialogs_test
,boost_headers
))
63 $(eval
$(call gb_CppunitTest_use_sdk_api
,sw_dialogs_test
))
65 $(eval
$(call gb_CppunitTest_use_ure
,sw_dialogs_test
))
66 $(eval
$(call gb_CppunitTest_use_vcl_non_headless_with_windows
,sw_dialogs_test
))
68 $(eval
$(call gb_CppunitTest_use_rdb
,sw_dialogs_test
,services
))
70 $(eval
$(call gb_CppunitTest_use_configuration
,sw_dialogs_test
))
72 $(eval
$(call gb_CppunitTest_use_uiconfigs
,sw_dialogs_test
,\
76 $(eval
$(call gb_CppunitTest_use_packages
,sw_dialogs_test
,\
80 # vim: set noet sw=4 ts=4: