diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-08-02 10:09:24 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-08-02 12:00:51 +0200 |
commit | 66467726ece9a252f78928d6dfad803cc2c87a81 (patch) | |
tree | c0da7a89ffd8339d19366033b90ab4536b30760b | |
parent | 8c65831e4c67a7978a297030d04dea8d6aa21712 (diff) |
Fix dependency
Change-Id: Iff0fa9e4bdc8e7498805fbe2553f67df5c6db744
Reviewed-on: https://gerrit.libreoffice.org/58465
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r-- | chart2/CppunitTest_chart2_export.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chart2/CppunitTest_chart2_export.mk b/chart2/CppunitTest_chart2_export.mk index f59c5e349d49..75baa42b6428 100644 --- a/chart2/CppunitTest_chart2_export.mk +++ b/chart2/CppunitTest_chart2_export.mk @@ -128,6 +128,10 @@ $(eval $(call gb_CppunitTest_use_components,chart2_export,\ xmlscript/util/xmlscript \ )) +$(eval $(call gb_CppunitTest_use_uiconfigs,chart2_export, \ + modules/swriter \ +)) + $(eval $(call gb_CppunitTest_use_configuration,chart2_export)) # vim: set noet sw=4 ts=4: |