sc/CppunitTest_sc_tablesheetobj.mk | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-)
New commits: commit 70e22ad576105e661bfe83d5f346f8ae58a1517b Author: Jens Carl <[email protected]> Date: Sun Jun 17 02:50:02 2018 +0000 Remove some cargo-cult copied dependencies Change-Id: I4dba1ad747acc69abf1587a64ffdbd62eb715d4f Reviewed-on: https://gerrit.libreoffice.org/55938 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> diff --git a/sc/CppunitTest_sc_tablesheetobj.mk b/sc/CppunitTest_sc_tablesheetobj.mk index 56a8f2f1564f..9f543fdc05ce 100644 --- a/sc/CppunitTest_sc_tablesheetobj.mk +++ b/sc/CppunitTest_sc_tablesheetobj.mk @@ -11,50 +11,21 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_tablesheetobj)) +$(eval $(call gb_CppunitTest_use_external,sc_tablesheetobj,boost_headers)) + $(eval $(call gb_CppunitTest_add_exception_objects,sc_tablesheetobj, \ sc/qa/extras/sctablesheetobj \ )) -$(eval $(call gb_CppunitTest_use_external,sc_tablesheetobj,boost_headers)) - $(eval $(call gb_CppunitTest_use_libraries,sc_tablesheetobj, \ - basegfx \ - comphelper \ cppu \ - cppuhelper \ - drawinglayer \ - editeng \ - for \ - forui \ - i18nlangtag \ - msfilter \ - oox \ sal \ - salhelper \ - sax \ - sb \ - sc \ - sfx \ - sot \ subsequenttest \ - svl \ - svt \ - svx \ - svxcore \ test \ - tk \ - tl \ - ucbhelper \ unotest \ - utl \ - vbahelper \ - vcl \ - xo \ )) $(eval $(call gb_CppunitTest_set_include,sc_tablesheetobj,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
