summaryrefslogtreecommitdiff
path: root/writerperfect
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 /writerperfect
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 'writerperfect')
-rw-r--r--writerperfect/Library_wpftdraw.mk2
-rw-r--r--writerperfect/Library_wpftwriter.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/writerperfect/Library_wpftdraw.mk b/writerperfect/Library_wpftdraw.mk
index 163396a528d3..54ad1beb8e27 100644
--- a/writerperfect/Library_wpftdraw.mk
+++ b/writerperfect/Library_wpftdraw.mk
@@ -28,6 +28,8 @@ $(eval $(call gb_Library_set_componentfile,wpftdraw,writerperfect/source/draw/wp
$(eval $(call gb_Library_use_sdk_api,wpftdraw))
+$(eval $(call gb_Library_use_common_precompiled_header,wpftdraw))
+
$(eval $(call gb_Library_use_libraries,wpftdraw,\
comphelper \
cppu \
diff --git a/writerperfect/Library_wpftwriter.mk b/writerperfect/Library_wpftwriter.mk
index 0ea6756e15a4..8993cca31490 100644
--- a/writerperfect/Library_wpftwriter.mk
+++ b/writerperfect/Library_wpftwriter.mk
@@ -28,6 +28,8 @@ $(eval $(call gb_Library_set_componentfile,wpftwriter,writerperfect/source/write
$(eval $(call gb_Library_use_sdk_api,wpftwriter))
+$(eval $(call gb_Library_use_common_precompiled_header,wpftwriter))
+
$(eval $(call gb_Library_use_libraries,wpftwriter,\
comphelper \
cppu \