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
, \
18 $(if
$(filter PDFIUM
,$(BUILD_TYPE
)),pdfium
) \
21 $(eval
$(call gb_CppunitTest_set_include
,sd_pdf_import_test
,\
23 -I
$(SRCDIR
)/sd
/source
/ui
/inc \
24 -I
$(SRCDIR
)/sd
/source
/ui
/slidesorter
/inc \
25 -I
$(SRCDIR
)/svx
/source
/inc \
30 $(eval
$(call gb_CppunitTest_use_libraries
,sd_pdf_import_test
, \
31 $(call gb_Helper_optional
,AVMEDIA
,avmedia
) \
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: