summaryrefslogtreecommitdiffstats
path: root/filter/CppunitTest_filter_textfilterdetect.mk
diff options
context:
space:
mode:
Diffstat (limited to 'filter/CppunitTest_filter_textfilterdetect.mk')
-rw-r--r--filter/CppunitTest_filter_textfilterdetect.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/filter/CppunitTest_filter_textfilterdetect.mk b/filter/CppunitTest_filter_textfilterdetect.mk
index 4066c26591a3..e931a5741a1d 100644
--- a/filter/CppunitTest_filter_textfilterdetect.mk
+++ b/filter/CppunitTest_filter_textfilterdetect.mk
@@ -21,6 +21,8 @@ $(eval $(call gb_CppunitTest_use_libraries,filter_textfilterdetect, \
cppu \
cppuhelper \
sal \
+ sfx \
+ subsequenttest \
test \
textfd \
tl \
@@ -40,4 +42,8 @@ $(eval $(call gb_CppunitTest_use_rdb,filter_textfilterdetect,services))
$(eval $(call gb_CppunitTest_use_configuration,filter_textfilterdetect))
+$(eval $(call gb_CppunitTest_use_custom_headers,filter_textfilterdetect, \
+ officecfg/registry \
+))
+
# vim: set noet sw=4 ts=4: