Move toolbars to the border window tearoff mechanism
[LibreOffice.git] / desktop / CppunitTest_desktop_lib.mk
blob7f7a7c77c88b8e12cf6d5528e482a5664639e31e
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,desktop_lib))
14 $(eval $(call gb_CppunitTest_add_exception_objects,desktop_lib, \
15 desktop/qa/desktop_lib/test_desktop_lib \
18 $(eval $(call gb_CppunitTest_use_libraries,desktop_lib, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 sc \
24 scfilt \
25 sfx \
26 sofficeapp \
27 subsequenttest \
28 sw \
29 test \
30 unotest \
31 utl \
32 vcl \
35 $(eval $(call gb_CppunitTest_use_externals,desktop_lib, \
36 boost_headers \
37 cairo \
40 $(eval $(call gb_CppunitTest_set_include,desktop_lib,\
41 -I$(SRCDIR)/desktop/inc \
42 $$(INCLUDE) \
45 $(eval $(call gb_CppunitTest_use_sdk_api,desktop_lib))
47 $(eval $(call gb_CppunitTest_use_ure,desktop_lib))
49 $(eval $(call gb_CppunitTest_use_vcl,desktop_lib))
51 $(eval $(call gb_CppunitTest_use_components,desktop_lib,\
52 comphelper/util/comphelp \
53 configmgr/source/configmgr \
54 dtrans/util/mcnttype \
55 filter/source/config/cache/filterconfig1 \
56 filter/source/storagefilterdetect/storagefd \
57 framework/util/fwk \
58 i18npool/util/i18npool \
59 package/source/xstor/xstor \
60 package/util/package2 \
61 sax/source/expatwrap/expwrap \
62 sfx2/util/sfx \
63 svl/source/fsstor/fsstorage \
64 svtools/util/svt \
65 sw/util/sw \
66 sw/util/swd \
67 sc/util/sc \
68 sc/util/scd \
69 sd/util/sd \
70 sd/util/sdd \
71 toolkit/util/tk \
72 ucb/source/core/ucb1 \
73 ucb/source/ucp/file/ucpfile1 \
74 unoxml/source/service/unoxml \
75 uui/util/uui \
76 xmloff/util/xo \
77 i18npool/source/search/i18nsearch \
78 filter/source/graphic/graphicfilter \
79 linguistic/source/lng \
82 $(eval $(call gb_CppunitTest_use_configuration,desktop_lib))
84 # vim: set noet sw=4 ts=4: