summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-10-14 18:33:20 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-10-14 22:27:00 +0200
commitf221eea9edc0e954ea6b05e26408c83c7f91013b (patch)
treee6fc16efbb5df0c0629945ad8892ab22db8aed15 /vcl
parentc2e0cbee47e807cab77e8011af9800b67cfc0379 (diff)
use common PCH for more libraries
Change-Id: I53164be413426691025a63cfba731cf5f9d1b7f8 Reviewed-on: https://gerrit.libreoffice.org/80790 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/Library_vclplug_gen.mk2
-rw-r--r--vcl/Library_vclplug_win.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/vcl/Library_vclplug_gen.mk b/vcl/Library_vclplug_gen.mk
index 01189a158d34..e19323a20388 100644
--- a/vcl/Library_vclplug_gen.mk
+++ b/vcl/Library_vclplug_gen.mk
@@ -30,6 +30,8 @@ $(eval $(call gb_Library_use_custom_headers,vclplug_gen,\
$(eval $(call gb_Library_use_sdk_api,vclplug_gen))
+$(eval $(call gb_Library_use_common_precompiled_header,vclplug_gen))
+
$(eval $(call gb_Library_use_libraries,vclplug_gen,\
vcl \
tl \
diff --git a/vcl/Library_vclplug_win.mk b/vcl/Library_vclplug_win.mk
index f64cc0392d13..2b05aae476b3 100644
--- a/vcl/Library_vclplug_win.mk
+++ b/vcl/Library_vclplug_win.mk
@@ -35,6 +35,8 @@ $(eval $(call gb_Library_use_custom_headers,vclplug_win,\
$(eval $(call gb_Library_use_sdk_api,vclplug_win))
+$(eval $(call gb_Library_use_common_precompiled_header,vclplugin_win))
+
$(eval $(call gb_Library_use_libraries,vclplug_win,\
$(call gb_Helper_optional,BREAKPAD, \
crashreport) \