diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2022-03-25 14:53:48 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-04-12 08:23:02 +0200 |
commit | 8299b6fa263305e4e9dc1d94b2118f398aec7104 (patch) | |
tree | 6b844f76a372e9b3cad8b15bb020b441a03b9c3e /sc/CppunitTest_sc_sparkline_test.mk | |
parent | 10cfe5955d8d2e7d5adfdd16c1c0404f363fb116 (diff) |
sc: sparkline import/export for ODF
Change-Id: I0d8293cdd35cc8c7afab98efac0a28a3613d122b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132505
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
(cherry picked from commit bd992ae1228b2f7e556f89f95949da0aeade5b91)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132844
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sc/CppunitTest_sc_sparkline_test.mk')
-rw-r--r-- | sc/CppunitTest_sc_sparkline_test.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_sparkline_test.mk b/sc/CppunitTest_sc_sparkline_test.mk index 499eaaf4ea38..a3e8078a9b83 100644 --- a/sc/CppunitTest_sc_sparkline_test.mk +++ b/sc/CppunitTest_sc_sparkline_test.mk @@ -18,6 +18,12 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_sparkline_test, \ sc/qa/unit/SparklineTest \ )) +$(eval $(call gb_CppunitTest_use_externals,sc_sparkline_test, \ + boost_headers \ + mdds_headers \ + libxml2 \ +)) + $(eval $(call gb_CppunitTest_use_libraries,sc_sparkline_test, \ basegfx \ comphelper \ |