WaE: C6011 Dereferencing NULL pointer warnings
[LibreOffice.git] / sd / CppunitTest_sd_pdf_import_test.mk
blobeb3a6ecf93890cf4740a8adc356c0e9192c3162b
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 subsequenttest \
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: