summaryrefslogtreecommitdiff
path: root/chart2/CppunitTest_chart2_import.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/CppunitTest_chart2_import.mk')
-rw-r--r--chart2/CppunitTest_chart2_import.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/chart2/CppunitTest_chart2_import.mk b/chart2/CppunitTest_chart2_import.mk
index 2c74eb52cae1..2ca91f74395f 100644
--- a/chart2/CppunitTest_chart2_import.mk
+++ b/chart2/CppunitTest_chart2_import.mk
@@ -11,7 +11,10 @@
$(eval $(call gb_CppunitTest_CppunitTest,chart2_import))
-$(eval $(call gb_CppunitTest_use_external,chart2_import,boost_headers))
+$(eval $(call gb_CppunitTest_use_externals,chart2_import, \
+ boost_headers \
+ libxml2 \
+))
$(eval $(call gb_CppunitTest_add_exception_objects,chart2_import, \
chart2/qa/extras/chart2import \
@@ -52,6 +55,7 @@ $(eval $(call gb_CppunitTest_use_libraries,chart2_import, \
utl \
vbahelper \
xo \
+ sw \
$(gb_UWINAPI) \
))