use common PCH in sd/

Change-Id: I6dd2f7d54a2dd1d28a2b180887a97750ae8bce36
Reviewed-on: https://gerrit.libreoffice.org/79817
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
This commit is contained in:
Luboš Luňák 2019-09-27 15:42:00 +02:00
parent 2c3f9fa504
commit c43978ecf3
15 changed files with 30 additions and 0 deletions

View file

@ -14,6 +14,8 @@ $(eval $(call gb_CppunitTest_use_externals,sd_activex_controls_tests,\
libxml2 \
))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_activex_controls_tests))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_activex_controls_tests, \
sd/qa/unit/activex-controls-tests \
))

View file

@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitScreenShot,sd_dialogs_test))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_dialogs_test))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_dialogs_test, \
sd/qa/unit/dialogs-test \
))

View file

@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sd_export_ooxml1,\
libxml2 \
))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_export_ooxml1))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_export_ooxml1, \
sd/qa/unit/export-tests-ooxml1 \
))

View file

@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sd_export_ooxml2,\
libxml2 \
))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_export_ooxml2))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_export_ooxml2, \
sd/qa/unit/export-tests-ooxml2 \
))

View file

@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sd_export_tests,\
libxml2 \
))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_export_tests))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_export_tests, \
sd/qa/unit/export-tests \
))

View file

@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sd_filters_test))
$(eval $(call gb_CppunitTest_use_external,sd_filters_test,boost_headers))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_filters_test))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_filters_test, \
sd/qa/unit/filters-test \
))

View file

@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sd_html_export_tests,\
libxml2 \
))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_html_export_tests))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_html_export_tests, \
sd/qa/unit/HtmlExportTest \
))

View file

@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sd_import_tests,\
libxml2 \
))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_import_tests))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_import_tests, \
sd/qa/unit/import-tests \
))

View file

@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sd_import_tests_smartart,\
libxml2 \
))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_import_tests_smartart))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_import_tests_smartart, \
sd/qa/unit/import-tests-smartart \
))

View file

@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sd_misc_tests,\
libxml2 \
))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_misc_tests))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_misc_tests, \
sd/qa/unit/misc-tests \
))

View file

@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sd_svg_export_tests,\
libxml2 \
))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_svg_export_tests))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_svg_export_tests, \
sd/qa/unit/SVGExportTests \
))

View file

@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sd_tiledrendering))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_tiledrendering))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_tiledrendering, \
sd/qa/unit/tiledrendering/tiledrendering \
))

View file

@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sd_uiimpress,\
libxml2 \
))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_uiimpress))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_uiimpress, \
sd/qa/unit/uiimpress \
))

View file

@ -32,6 +32,8 @@ $(eval $(call gb_Library_use_libraries,sdd,\
$(eval $(call gb_Library_set_componentfile,sdd,sd/util/sdd))
$(eval $(call gb_Library_use_common_precompiled_header,sdd))
$(eval $(call gb_Library_add_exception_objects,sdd,\
sd/source/ui/unoidl/sddetect \
))

View file

@ -55,6 +55,8 @@ $(eval $(call gb_Library_use_libraries,sdfilt,\
$(eval $(call gb_Library_set_componentfile,sdfilt,sd/util/sdfilt))
$(eval $(call gb_Library_use_common_precompiled_header,sdfilt))
$(eval $(call gb_Library_add_exception_objects,sdfilt,\
sd/source/filter/eppt/eppt \
sd/source/filter/eppt/epptso \