From ee777116d01511060cff8b845126fecbad038234 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 25 Sep 2014 22:32:47 +0200 Subject: unoxml: domtest needs unotest library on WNT Change-Id: I9614e1495e6d990e050c651c2aed0ba0e43d51fe --- unoxml/CppunitTest_unoxml_domtest.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'unoxml') diff --git a/unoxml/CppunitTest_unoxml_domtest.mk b/unoxml/CppunitTest_unoxml_domtest.mk index b12fd1e04cce..692d51c5498a 100644 --- a/unoxml/CppunitTest_unoxml_domtest.mk +++ b/unoxml/CppunitTest_unoxml_domtest.mk @@ -38,6 +38,7 @@ $(eval $(call gb_CppunitTest_use_libraries,unoxml_domtest, \ cppuhelper \ sal \ test \ + unotest \ )) $(eval $(call gb_CppunitTest_use_configuration,unoxml_domtest)) -- cgit