sc: copy cache values when clone color conditional format
[LibreOffice.git] / connectivity / CppunitTest_connectivity_mysql_test.mk
blob8733315f466d679b3b98f179a4c185a20835115f
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,connectivity_mysql_test))
12 $(eval $(call gb_CppunitTest_use_external,connectivity_mysql_test,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,connectivity_mysql_test, \
15 connectivity/qa/connectivity/mysql/mysql \
18 $(eval $(call gb_CppunitTest_use_libraries,connectivity_mysql_test, \
19 comphelper \
20 cppu \
21 dbaxml \
22 sal \
23 subsequenttest \
24 svt \
25 test \
26 unotest \
27 utl \
28 xo \
31 $(eval $(call gb_CppunitTest_use_api,connectivity_mysql_test,\
32 offapi \
33 oovbaapi \
34 udkapi \
37 $(eval $(call gb_CppunitTest_use_ure,connectivity_mysql_test))
38 $(eval $(call gb_CppunitTest_use_vcl,connectivity_mysql_test))
40 $(eval $(call gb_CppunitTest_use_components,connectivity_mysql_test,\
41 basic/util/sb \
42 comphelper/util/comphelp \
43 configmgr/source/configmgr \
44 connectivity/source/drivers/mysqlc/mysqlc \
45 connectivity/source/manager/sdbc2 \
46 filter/source/config/cache/filterconfig1 \
47 framework/util/fwk \
48 i18npool/util/i18npool \
49 linguistic/source/lng \
50 package/source/xstor/xstor \
51 package/util/package2 \
52 sax/source/expatwrap/expwrap \
53 sfx2/util/sfx \
54 svl/source/fsstor/fsstorage \
55 svl/util/svl \
56 toolkit/util/tk \
57 ucb/source/core/ucb1 \
58 ucb/source/ucp/file/ucpfile1 \
59 unotools/util/utl \
60 uui/util/uui \
61 xmloff/util/xo \
64 $(eval $(call gb_CppunitTest_use_configuration,connectivity_mysql_test))
66 # vim: set noet sw=4 ts=4: