diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-09-22 17:38:00 -0400 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-07 10:42:25 +0200 |
commit | 8c1c24ac4e18dabce24f03effc3f6703656f2c4e (patch) | |
tree | d15b0745febb4df4dcadf3f9bb68f763753b43f2 | |
parent | caa51aedc139cc6af678323658d352d6ea8509bf (diff) |
add needed libraries to scui
Change-Id: Ia6ef50bbb28c4d16154f8e673a4f3b3a1cef5cd5
-rw-r--r-- | sc/Library_scui.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk index 0cc40992aa37..92017d058f75 100644 --- a/sc/Library_scui.mk +++ b/sc/Library_scui.mk @@ -38,6 +38,7 @@ $(eval $(call gb_Library_use_external,scui,mdds_headers)) $(eval $(call gb_Library_use_libraries,scui,\ comphelper \ cppu \ + cppuhelper \ editeng \ for \ forui \ |