diff options
Diffstat (limited to 'sc/CppunitTest_sc_importdescriptorbaseobj.mk')
-rw-r--r-- | sc/CppunitTest_sc_importdescriptorbaseobj.mk | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/sc/CppunitTest_sc_importdescriptorbaseobj.mk b/sc/CppunitTest_sc_importdescriptorbaseobj.mk index 02bc0e53214b..4cfd0e18085e 100644 --- a/sc/CppunitTest_sc_importdescriptorbaseobj.mk +++ b/sc/CppunitTest_sc_importdescriptorbaseobj.mk @@ -9,37 +9,6 @@ # #************************************************************************* -$(eval $(call gb_CppunitTest_CppunitTest,sc_importdescriptorbaseobj)) - -$(eval $(call gb_CppunitTest_use_external,sc_importdescriptorbaseobj,boost_headers)) - -$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_importdescriptorbaseobj)) - -$(eval $(call gb_CppunitTest_add_exception_objects,sc_importdescriptorbaseobj, \ - sc/qa/extras/scimportdescriptorbaseobj \ -)) - -$(eval $(call gb_CppunitTest_use_libraries,sc_importdescriptorbaseobj, \ - cppu \ - sal \ - subsequenttest \ - test \ - unotest \ -)) - -$(eval $(call gb_CppunitTest_set_include,sc_importdescriptorbaseobj,\ - $$(INCLUDE) \ -)) - -$(eval $(call gb_CppunitTest_use_sdk_api,sc_importdescriptorbaseobj)) - -$(eval $(call gb_CppunitTest_use_ure,sc_importdescriptorbaseobj)) -$(eval $(call gb_CppunitTest_use_vcl,sc_importdescriptorbaseobj)) - -$(eval $(call gb_CppunitTest_use_components,sc_importdescriptorbaseobj,\ - $(sc_unoapi_common_components) \ -)) - -$(eval $(call gb_CppunitTest_use_configuration,sc_importdescriptorbaseobj)) +$(eval $(call sc_unoapi_common,importdescriptorbaseobj)) # vim: set noet sw=4 ts=4: |