diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-18 15:28:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-18 15:28:41 +0200 |
commit | 9092b81afe0a1ee6f46601f86b12791093afbb16 (patch) | |
tree | 591f14dda39f1ccb2bdca456770a58e1c16f40ed /sd | |
parent | d7f2c36d25dd693ac4ac3ab645ee841e617d2bd1 (diff) |
Missing test dependency
(needs e.g. cui/uiconfig/ui/dimensionlinestabpage.ui)
Change-Id: I46e4d9d0f89fad7b42d5dfbe85d09f66f69c6c22
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_dialogs_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/CppunitTest_sd_dialogs_test.mk b/sd/CppunitTest_sd_dialogs_test.mk index 3f01d92f2509..4b462ef3ada4 100644 --- a/sd/CppunitTest_sd_dialogs_test.mk +++ b/sd/CppunitTest_sd_dialogs_test.mk @@ -67,6 +67,7 @@ $(eval $(call gb_CppunitTest_use_rdb,sd_dialogs_test,services)) $(eval $(call gb_CppunitTest_use_configuration,sd_dialogs_test)) $(eval $(call gb_CppunitTest_use_uiconfigs,sd_dialogs_test,\ + cui \ modules/sdraw \ modules/simpress \ )) |