Resolves tdf#137922 - Tight extension in start center
[LibreOffice.git] / writerperfect / CppunitTest_writerperfect_wpftimport.mk
blobb43836d45e7ed61053b5e935f698d4d1b1b4d31f
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 \
14 $$(INCLUDE) \
17 $(eval $(call gb_CppunitTest_use_externals,writerperfect_wpftimport,\
18 odfgen \
19 revenge \
22 $(eval $(call gb_CppunitTest_use_sdk_api,writerperfect_wpftimport))
24 $(eval $(call gb_CppunitTest_use_libraries,writerperfect_wpftimport,\
25 comphelper \
26 cppu \
27 cppuhelper \
28 sal \
29 test \
30 unotest \
31 utl \
32 vcl \
33 wpftqahelper \
34 writerperfect \
35 xo \
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,\
44 services \
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: