diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-12-06 23:23:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-12-07 09:00:26 +0100 |
commit | 83375454ca1151fabf797f0c47cc8d10156ebc98 (patch) | |
tree | 301218273c95ff547a47ed81b8de69f8114e229e /sc | |
parent | 8e6865188242bccb3d8aa857ddc990d72a058d3d (diff) |
Fix more new dependencies on boost_headers
Same as 97b3e455802cfc08568ec5e8379c509efe3e47b1 "Fix some new dependencies on
boost_headers"
Change-Id: I0f10374650847f4c50a8cff530c15e65906865ad
Reviewed-on: https://gerrit.libreoffice.org/84672
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_check_data_pilot_field.mk | 2 | ||||
-rw-r--r-- | sc/CppunitTest_sc_check_data_pilot_table.mk | 2 | ||||
-rw-r--r-- | sc/CppunitTest_sc_check_xcell_ranges_query.mk | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_check_data_pilot_field.mk b/sc/CppunitTest_sc_check_data_pilot_field.mk index eb29eae0c8ed..22c682859c7e 100644 --- a/sc/CppunitTest_sc_check_data_pilot_field.mk +++ b/sc/CppunitTest_sc_check_data_pilot_field.mk @@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_check_data_pilot_field)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_check_data_pilot_field)) +$(eval $(call gb_CppunitTest_use_external,sc_check_data_pilot_field,boost_headers)) + $(eval $(call gb_CppunitTest_add_exception_objects,sc_check_data_pilot_field, \ sc/qa/extras/check_data_pilot_field \ )) diff --git a/sc/CppunitTest_sc_check_data_pilot_table.mk b/sc/CppunitTest_sc_check_data_pilot_table.mk index 1b04eefd7569..e8286a7b4220 100644 --- a/sc/CppunitTest_sc_check_data_pilot_table.mk +++ b/sc/CppunitTest_sc_check_data_pilot_table.mk @@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_check_data_pilot_table)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_check_data_pilot_table)) +$(eval $(call gb_CppunitTest_use_external,sc_check_data_pilot_table,boost_headers)) + $(eval $(call gb_CppunitTest_add_exception_objects,sc_check_data_pilot_table, \ sc/qa/extras/check_data_pilot_table \ )) diff --git a/sc/CppunitTest_sc_check_xcell_ranges_query.mk b/sc/CppunitTest_sc_check_xcell_ranges_query.mk index b7322fea20cb..c6cc3378739c 100644 --- a/sc/CppunitTest_sc_check_xcell_ranges_query.mk +++ b/sc/CppunitTest_sc_check_xcell_ranges_query.mk @@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_check_xcell_ranges_query)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_check_xcell_ranges_query)) +$(eval $(call gb_CppunitTest_use_external,sc_check_xcell_ranges_query,boost_headers)) + $(eval $(call gb_CppunitTest_add_exception_objects,sc_check_xcell_ranges_query, \ sc/qa/extras/check_xcell_ranges_query \ )) |