# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,jdbc)) $(eval $(call gb_Library_set_componentfile,jdbc,connectivity/source/drivers/jdbc/jdbc,services)) $(eval $(call gb_Library_use_external,jdbc,boost_headers)) $(eval $(call gb_Library_use_sdk_api,jdbc)) $(eval $(call gb_Library_set_include,jdbc,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ -I$(SRCDIR)/connectivity/source/inc \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) $(eval $(call gb_Library_use_common_precompiled_header,jdbc)) $(eval $(call gb_Library_use_libraries,jdbc,\ cppu \ cppuhelper \ sal \ salhelper \ jvmaccess \ dbtools \ tl \ utl \ jvmfwk \ comphelper \ )) $(eval $(call gb_Library_add_exception_objects,jdbc,\ connectivity/source/drivers/jdbc/Array \ connectivity/source/drivers/jdbc/Blob \ connectivity/source/drivers/jdbc/Boolean \ connectivity/source/drivers/jdbc/CallableStatement \ connectivity/source/drivers/jdbc/Class \ connectivity/source/drivers/jdbc/Clob \ connectivity/source/drivers/jdbc/ConnectionLog \ connectivity/source/drivers/jdbc/DatabaseMetaData \ connectivity/source/drivers/jdbc/Date \ connectivity/source/drivers/jdbc/DriverPropertyInfo \ connectivity/source/drivers/jdbc/Exception \ connectivity/source/drivers/jdbc/InputStream \ connectivity/source/drivers/jdbc/JConnection \ connectivity/source/drivers/jdbc/JDriver \ connectivity/source/drivers/jdbc/JStatement \ connectivity/source/drivers/jdbc/Object \ connectivity/source/drivers/jdbc/PreparedStatement \ connectivity/source/drivers/jdbc/Reader \ connectivity/source/drivers/jdbc/Ref \ connectivity/source/drivers/jdbc/ResultSet \ connectivity/source/drivers/jdbc/ResultSetMetaData \ connectivity/source/drivers/jdbc/SQLException \ connectivity/source/drivers/jdbc/SQLWarning \ connectivity/source/drivers/jdbc/String \ connectivity/source/drivers/jdbc/Throwable \ connectivity/source/drivers/jdbc/Timestamp \ connectivity/source/drivers/jdbc/JBigDecimal \ connectivity/source/drivers/jdbc/tools \ connectivity/source/drivers/jdbc/ContextClassLoader \ )) # Runtime dependency for unit-tests $(call gb_Library_get_target,jdbc) :| $(call gb_Library_get_target,affine_uno_uno) # vim: set noet sw=4 ts=4: option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/CppunitTest_desktop_lib.mk
AgeCommit message (Expand)Author
2023-08-03Test paintPartTile behavior for views with different schemesParis Oplopoios
2022-06-04ScriptForge - New 'UnitTest' service for BasicJean-Pierre Ledure
2021-10-15ScriptForge - new SFWidgets library, new PopupMenu serviceJean-Pierre Ledure
2021-05-25fix some crypto leaksNoel Grandin
2020-11-07ScriptForge - Update build filesJean-Pierre Ledure
2020-02-25Fix currency symbol selection in Calc on mobileTomaž Vajngerl
2019-06-12Missing test dependencyStephan Bergmann
2019-06-12Missing test dependencyStephan Bergmann
2018-12-20missing test dependenciesStephan Bergmann
2018-10-29lokit: test for the new signing API functionsTomaž Vajngerl
2018-10-01Change all font-based tests to depend on ooo_fontsJan-Marek Glogowski
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-09-18make sure the test is not executed before the libs have been builtMarkus Mohrhard
2016-07-27add uui component to some other placesCaolán McNamara
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-04-12lok context menu: unit testPranav Kant
2016-04-07CppunitTest_desktop_lib: avoid #include "../..." style includeMiklos Vajna
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-14CppunitTest_desktop_lib: add Writer comments textcaseMiklos Vajna
2015-10-22desktop: add lok::Document::paste() testcaseMiklos Vajna
2015-10-20lok::Document::saveAs: add Writer/Impress/Draw png mappingMiklos Vajna
2015-10-08CppunitTest_desktop_lib: add Calc find-all testcaseMiklos Vajna
2015-09-09LOK: moved the decalaration of LibLODocument_Impl to make it visibleMihai Varga