Remove pointless macro
[LibreOffice.git] / sd / CppunitTest_sd_pdf_import_test.mk
blob4326c9cdede06f5013a664b8ad8e5d09c10ac2cf
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,sd_pdf_import_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sd_pdf_import_test, \
13 sd/qa/unit/SdrPdfImportTest \
16 $(eval $(call gb_CppunitTest_use_externals,sd_pdf_import_test, \
17 boost_headers \
18 $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \
21 $(eval $(call gb_CppunitTest_set_include,sd_pdf_import_test,\
22 -I$(SRCDIR)/sd/inc \
23 -I$(SRCDIR)/sd/source/ui/inc \
24 -I$(SRCDIR)/sd/source/ui/slidesorter/inc \
25 -I$(SRCDIR)/svx/source/inc \
26 -I$(SRCDIR)/svx/inc \
27 $$(INCLUDE) \
30 $(eval $(call gb_CppunitTest_use_libraries,sd_pdf_import_test, \
31 $(call gb_Helper_optional,AVMEDIA,avmedia) \
32 basegfx \
33 canvastools \
34 comphelper \
35 cppcanvas \
36 cppu \
37 cppuhelper \
38 drawinglayer \
39 editeng \
40 for \
41 forui \
42 i18nlangtag \
43 i18nutil \
44 msfilter \
45 oox \
46 sal \
47 salhelper \
48 sax \
49 sb \
50 sd \
51 sfx \
52 sot \
53 svl \
54 svt \
55 svx \
56 svxcore \
57 test \
58 tl \
59 tk \
60 ucbhelper \
61 unotest \
62 utl \
63 vcl \
64 xo \
67 $(eval $(call gb_CppunitTest_use_sdk_api,sd_pdf_import_test))
68 $(eval $(call gb_CppunitTest_use_ure,sd_pdf_import_test))
69 $(eval $(call gb_CppunitTest_use_vcl,sd_pdf_import_test))
70 $(eval $(call gb_CppunitTest_use_rdb,sd_pdf_import_test,services))
71 $(eval $(call gb_CppunitTest_use_configuration,sd_pdf_import_test))
73 # vim: set noet sw=4 ts=4: