diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-19 13:30:28 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-19 13:32:01 +0200 |
commit | 76d66256bb6825069f02e759983ef36df1404976 (patch) | |
tree | c0c07494c2de1c500b8aa398960d9ef06b5abc4f /sc/Library_scqahelper.mk | |
parent | 7c03aacb6746cc136f10acdc6ff8b146db62c8ad (diff) |
add test for fdo#79305
Change-Id: I498f272e9da8c5f988e0bf734ffcc1c04b528210
Diffstat (limited to 'sc/Library_scqahelper.mk')
-rw-r--r-- | sc/Library_scqahelper.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/Library_scqahelper.mk b/sc/Library_scqahelper.mk index 351b1150f0ea..be7f23088749 100644 --- a/sc/Library_scqahelper.mk +++ b/sc/Library_scqahelper.mk @@ -19,6 +19,7 @@ $(eval $(call gb_Library_use_externals,scqahelper, \ boost_headers \ mdds_headers \ cppunit \ + libxml2 \ )) ifneq ($(SYSTEM_LIBORCUS),) @@ -59,6 +60,7 @@ $(eval $(call gb_Library_use_libraries,scqahelper,\ $(eval $(call gb_Library_add_exception_objects,scqahelper,\ sc/qa/unit/helper/qahelper \ + sc/qa/unit/helper/xpath \ )) # vim: set noet sw=4 ts=4: |