summaryrefslogtreecommitdiff
path: root/uui/Library_uui.mk
diff options
context:
space:
mode:
Diffstat (limited to 'uui/Library_uui.mk')
-rw-r--r--uui/Library_uui.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/uui/Library_uui.mk b/uui/Library_uui.mk
index bc075f99ae1a..0e489e13865b 100644
--- a/uui/Library_uui.mk
+++ b/uui/Library_uui.mk
@@ -30,6 +30,8 @@ $(eval $(call gb_Library_Library,uui))
$(eval $(call gb_Library_set_componentfile,uui,uui/util/uui))
+$(eval $(call gb_Library_use_external,uui,boost_headers))
+
$(eval $(call gb_Library_use_sdk_api,uui))
$(eval $(call gb_Library_use_libraries,uui,\
Andrea Gelmini 2015-10-01Fix typosAndrea Gelmini 2015-09-18Fix typosAndrea Gelmini 2015-06-30Fix typosAndrea Gelmini 2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin 2015-02-17tdf#87074 null-ref error from NLPSolver in BasicLeMoyne Castle 2015-01-05java: remove dead codeNoel Grandin 2014-12-19java: nlpsolver: getPropertyByName was checking the wrong datastructureNoel Grandin 2014-12-11java: reduce visibility of fields and methodsNoel Grandin 2014-12-05java: remove some unused local variablesNoel Grandin 2014-12-05java: remove some unused fieldsNoel Grandin 2014-11-25java: final fields that can be staticNoel Grandin 2014-11-18java: make fields final where possibleNoel Grandin 2014-11-18java: fix some javadoc errorsNoel Grandin 2014-11-12java: convert fields to local variables where possibleNoel Grandin 2014-11-12java: reduce excessive code indentation levelsNoel Grandin 2014-10-17java: final fields that can be staticNoel Grandin 2014-10-16java: always use braces for while loopsNoel Grandin 2014-10-13nlpsolver: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch