build fix
[LibreOffice.git] / vcl / CppunitTest_vcl_pdfexport.mk
blob1e56d24f3c84a692897495ca01a415e7986efaa4
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,vcl_pdfexport))
12 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_pdfexport, \
13 vcl/qa/cppunit/pdfexport/pdfexport \
16 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_pdfexport))
18 $(eval $(call gb_CppunitTest_use_libraries,vcl_pdfexport, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 test \
24 unotest \
25 utl \
26 tl \
27 vcl \
28 $(gb_UWINAPI) \
31 $(eval $(call gb_CppunitTest_use_external,vcl_pdfexport,boost_headers))
33 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_pdfexport))
35 $(eval $(call gb_CppunitTest_use_ure,vcl_pdfexport))
36 $(eval $(call gb_CppunitTest_use_vcl,vcl_pdfexport))
38 $(eval $(call gb_CppunitTest_use_rdb,vcl_pdfexport,services))
40 $(eval $(call gb_CppunitTest_use_configuration,vcl_pdfexport))
42 # vim: set noet sw=4 ts=4: