diff options
author | David Tardon <dtardon@redhat.com> | 2016-11-19 21:53:20 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-11-21 09:44:39 +0100 |
commit | bbb9264610a179720877b884060aeaed2008967b (patch) | |
tree | 784c22bea1bbed7f0e2715fb296cbb77ae3c8015 /sfx2 | |
parent | c87ecb0e18b11bc8ff4043ae17be097c73faf2d1 (diff) |
add missing deps on ui files
Change-Id: I28bb2a33c02d8eadced584d3d3f2b62b2e847324
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/CppunitTest_sfx2_classification.mk | 4 | ||||
-rw-r--r-- | sfx2/CppunitTest_sfx2_dialogs_test.mk | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sfx2/CppunitTest_sfx2_classification.mk b/sfx2/CppunitTest_sfx2_classification.mk index d2f797cc88dc..f7b5f7e9f8af 100644 --- a/sfx2/CppunitTest_sfx2_classification.mk +++ b/sfx2/CppunitTest_sfx2_classification.mk @@ -38,4 +38,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sfx2_classification,services)) $(eval $(call gb_CppunitTest_use_configuration,sfx2_classification)) +$(eval $(call gb_CppunitTest_use_uiconfigs,sfx2_classification,\ + svx \ +)) + # vim: set noet sw=4 ts=4: diff --git a/sfx2/CppunitTest_sfx2_dialogs_test.mk b/sfx2/CppunitTest_sfx2_dialogs_test.mk index 1ea68c0a1b10..55129c0b1846 100644 --- a/sfx2/CppunitTest_sfx2_dialogs_test.mk +++ b/sfx2/CppunitTest_sfx2_dialogs_test.mk @@ -64,4 +64,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sfx2_dialogs_test,services)) # $(eval $(call gb_CppunitTest_use_configuration,sfx2_dialogs_test)) $(eval $(call gb_CppunitTest_use_instdir_configuration,sfx2_dialogs_test)) +$(eval $(call gb_CppunitTest_use_uiconfigs,sfx2_dialogs_test,\ + sfx \ +)) + # vim: set noet sw=4 ts=4: |