diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-03-23 13:09:03 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-03-23 15:51:51 +0100 |
commit | 89ba55076fdc8a97071b584d74b418bd5a8c08b1 (patch) | |
tree | b9808056f95cd40e16869fab5684f046c23f5f36 /sc | |
parent | bbf3083e0d9645a8862dec1957f34a26f123fa6f (diff) |
sc: sc_mark_test can just link to scqahelper
Change-Id: I90a5ca71ab8e2306eae337493a30ff0a56d5394f
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_mark_test.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sc/CppunitTest_sc_mark_test.mk b/sc/CppunitTest_sc_mark_test.mk index 641bd7e033fb..bd4bf3dfab13 100644 --- a/sc/CppunitTest_sc_mark_test.mk +++ b/sc/CppunitTest_sc_mark_test.mk @@ -16,18 +16,12 @@ $(eval $(call gb_CppunitTest_use_externals,sc_mark_test, \ icuuc \ libxml2 \ mdds_headers \ - orcus \ - orcus-parser \ )) $(eval $(call gb_CppunitTest_add_exception_objects,sc_mark_test, \ sc/qa/unit/mark_test \ )) -$(eval $(call gb_CppunitTest_use_library_objects,sc_mark_test, \ - scqahelper \ -)) - $(eval $(call gb_CppunitTest_use_libraries,sc_mark_test, \ basegfx \ comphelper \ @@ -45,6 +39,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_mark_test, \ sax \ sb \ sc \ + scqahelper \ sfx \ sot \ svl \ |