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