Add rowstride to tiled rendering via LibLO.
[LibreOffice.git] / writerperfect / StaticLibrary_writerperfect_importtestbase.mk
blobbdd79708076a1b427844444db63631dafd3a2989
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_StaticLibrary_StaticLibrary,writerperfect_importtestbase))
12 $(eval $(call gb_StaticLibrary_set_include,writerperfect_importtestbase,\
13 -I$(SRCDIR)/writerperfect/qa/unit \
14 $$(INCLUDE) \
17 $(eval $(call gb_StaticLibrary_use_externals,writerperfect_importtestbase,\
18 boost_headers \
19 cppunit \
22 $(eval $(call gb_StaticLibrary_use_sdk_api,writerperfect_importtestbase))
24 $(eval $(call gb_StaticLibrary_use_libraries,writerperfect_importtestbase,\
25 cppu \
26 sal \
27 test \
28 unotest \
31 $(eval $(call gb_StaticLibrary_add_exception_objects,writerperfect_importtestbase,\
32 writerperfect/qa/unit/WpftImportTestBase \
35 # vim: set noet sw=4 ts=4: