Revert "tdf#127471 Remove font width scaling hack"
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_hsqlbinary_import.mk
blobee10da23df908a55d7e553bbbc11c4023ce2d431
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,dbaccess_hsql_binary_import))
12 $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_hsql_binary_import, \
13 dbaccess/qa/unit/hsql_binary_import \
16 $(eval $(call gb_CppunitTest_use_external,dbaccess_hsql_binary_import,boost_headers))
18 $(eval $(call gb_CppunitTest_use_libraries,dbaccess_hsql_binary_import, \
19 basegfx \
20 comphelper \
21 cppu \
22 cppuhelper \
23 dba \
24 dbahsql \
25 dbu \
26 sdbt \
27 drawinglayer \
28 editeng \
29 for \
30 forui \
31 i18nlangtag \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sb \
38 sfx \
39 sot \
40 svl \
41 svt \
42 svx \
43 svxcore \
44 test \
45 subsequenttest \
46 tl \
47 tk \
48 ucbhelper \
49 unotest \
50 utl \
51 vbahelper \
52 vcl \
53 xo \
56 $(eval $(call gb_CppunitTest_use_ure,dbaccess_hsql_binary_import))
57 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_hsql_binary_import))
59 $(eval $(call gb_CppunitTest_set_include,dbaccess_hsql_binary_import,\
60 -I$(SRCDIR)/dbaccess/source/filter/hsqldb \
61 $$(INCLUDE) \
64 $(eval $(call gb_CppunitTest_use_custom_headers,dbaccess_hsql_binary_import,\
65 officecfg/registry \
68 $(eval $(call gb_CppunitTest_use_api,dbaccess_hsql_binary_import,\
69 offapi \
70 oovbaapi \
71 udkapi \
74 $(eval $(call gb_CppunitTest_use_components,dbaccess_hsql_binary_import,\
75 basic/util/sb \
76 comphelper/util/comphelp \
77 configmgr/source/configmgr \
78 connectivity/source/drivers/hsqldb/hsqldb \
79 $(if $(ENABLE_FIREBIRD_SDBC),connectivity/source/drivers/firebird/firebird_sdbc) \
80 connectivity/source/manager/sdbc2 \
81 dbaccess/util/dba \
82 dbaccess/util/dbu \
83 dbaccess/util/sdbt \
84 dbaccess/source/filter/xml/dbaxml \
85 filter/source/config/cache/filterconfig1 \
86 forms/util/frm \
87 framework/util/fwk \
88 i18npool/util/i18npool \
89 linguistic/source/lng \
90 oox/util/oox \
91 package/source/xstor/xstor \
92 package/util/package2 \
93 sax/source/expatwrap/expwrap \
94 scripting/source/basprov/basprov \
95 scripting/util/scriptframe \
96 sfx2/util/sfx \
97 sot/util/sot \
98 svl/source/fsstor/fsstorage \
99 svl/util/svl \
100 toolkit/util/tk \
101 ucb/source/core/ucb1 \
102 ucb/source/ucp/file/ucpfile1 \
103 ucb/source/ucp/tdoc/ucptdoc1 \
104 unotools/util/utl \
105 unoxml/source/rdf/unordf \
106 unoxml/source/service/unoxml \
107 uui/util/uui \
108 xmloff/util/xo \
111 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_hsql_binary_import))
113 # vim: set noet sw=4 ts=4: