Add 'reference' to the iterator_traits, needed by LegacyIterator reqs
[LibreOffice.git] / sd / CppunitTest_sd_pdf_import_test.mk
blob6dedcbf424cadf5a8f53ced5417a462021bbf752
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 \
20 $(eval $(call gb_CppunitTest_set_include,sd_pdf_import_test,\
21 -I$(SRCDIR)/sd/inc \
22 -I$(SRCDIR)/sd/source/ui/inc \
23 -I$(SRCDIR)/sd/source/ui/slidesorter/inc \
24 -I$(SRCDIR)/svx/source/inc \
25 -I$(SRCDIR)/svx/inc \
26 $$(INCLUDE) \
29 $(eval $(call gb_CppunitTest_use_libraries,sd_pdf_import_test, \
30 $(call gb_Helper_optional,AVMEDIA,avmedia) \
31 basegfx \
32 canvastools \
33 comphelper \
34 cppcanvas \
35 cppu \
36 cppuhelper \
37 drawinglayer \
38 editeng \
39 for \
40 forui \
41 i18nlangtag \
42 i18nutil \
43 msfilter \
44 oox \
45 sal \
46 salhelper \
47 sax \
48 sb \
49 sd \
50 sfx \
51 sot \
52 svl \
53 svt \
54 svx \
55 svxcore \
56 test \
57 tl \
58 tk \
59 ucbhelper \
60 unotest \
61 utl \
62 vcl \
63 xo \
66 $(eval $(call gb_CppunitTest_use_sdk_api,sd_pdf_import_test))
67 $(eval $(call gb_CppunitTest_use_ure,sd_pdf_import_test))
68 $(eval $(call gb_CppunitTest_use_vcl,sd_pdf_import_test))
69 $(eval $(call gb_CppunitTest_use_rdb,sd_pdf_import_test,services))
70 $(eval $(call gb_CppunitTest_use_configuration,sd_pdf_import_test))
72 # vim: set noet sw=4 ts=4: