1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_CppunitTest_CppunitTest
,writerperfect_wpftimport
))
12 $(eval
$(call gb_CppunitTest_set_include
,writerperfect_wpftimport
,\
13 -I
$(SRCDIR
)/writerperfect
/inc \
17 $(eval
$(call gb_CppunitTest_use_externals
,writerperfect_wpftimport
,\
22 $(eval
$(call gb_CppunitTest_use_sdk_api
,writerperfect_wpftimport
))
24 $(eval
$(call gb_CppunitTest_use_libraries
,writerperfect_wpftimport
,\
38 $(eval
$(call gb_CppunitTest_use_external
,writerperfect_wpftimport
,boost_headers
))
40 $(eval
$(call gb_CppunitTest_use_ure
,writerperfect_wpftimport
))
41 $(eval
$(call gb_CppunitTest_use_vcl
,writerperfect_wpftimport
))
43 $(eval
$(call gb_CppunitTest_use_rdbs
,writerperfect_wpftimport
,\
47 $(eval
$(call gb_CppunitTest_use_configuration
,writerperfect_wpftimport
))
49 $(eval
$(call gb_CppunitTest_add_exception_objects
,writerperfect_wpftimport
,\
50 writerperfect
/qa
/unit
/DrawingImportTest \
51 writerperfect
/qa
/unit
/PresentationImportTest \
52 writerperfect
/qa
/unit
/SpreadsheetImportTest \
53 writerperfect
/qa
/unit
/TextImportTest \
54 writerperfect
/qa
/unit
/wpftimport \
57 # vim: set noet sw=4 ts=4: