summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_app_test.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-10-07 20:00:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-10-08 17:34:34 +0200
commitd6dff5e96afc214baf11a3a41932b1432689b02e (patch)
tree75b9f432290eb41f6c754cc97301fe13ff9c9151 /vcl/CppunitTest_vcl_app_test.mk
parent2fccedec09c98d4a1c23ae831ce43db0dd936052 (diff)
tdf#124672 for hicontrast white/black bg select either Sifr vs Sifr Dark
Change-Id: I63d789d90bfad9fe57ceee2011797f611a2ac8cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141091 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/CppunitTest_vcl_app_test.mk')
-rw-r--r--vcl/CppunitTest_vcl_app_test.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcl/CppunitTest_vcl_app_test.mk b/vcl/CppunitTest_vcl_app_test.mk
index 9ee43d5a3b09..3749a7f29ca5 100644
--- a/vcl/CppunitTest_vcl_app_test.mk
+++ b/vcl/CppunitTest_vcl_app_test.mk
@@ -29,4 +29,16 @@ $(eval $(call gb_CppunitTest_use_externals,vcl_app_test, \
boost_headers \
))
+$(eval $(call gb_CppunitTest_use_sdk_api,vcl_app_test))
+
+$(eval $(call gb_CppunitTest_use_ure,vcl_app_test))
+$(eval $(call gb_CppunitTest_use_vcl,vcl_app_test))
+
+$(eval $(call gb_CppunitTest_use_components,vcl_app_test,\
+ configmgr/source/configmgr \
+ i18npool/util/i18npool \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,vcl_app_test))
+
# vim: set noet sw=4 ts=4: