summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_ucalc.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-07-09 23:52:56 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-07-09 23:58:26 +0200
commit8f9fa9d53f6205aecba0568c34306fa7ee8e7fa5 (patch)
tree9a69b3a920077cc3f92cfe1a080455dfbc233db9 /sc/CppunitTest_sc_ucalc.mk
parente75b8e9b4bf720f3bcf479c6915d7815bf8f3e6e (diff)
fix Windows build
Change-Id: I505bb74b64b5c2db432d9f1d2c6754f188f8c314
Diffstat (limited to 'sc/CppunitTest_sc_ucalc.mk')
-rw-r--r--sc/CppunitTest_sc_ucalc.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/CppunitTest_sc_ucalc.mk b/sc/CppunitTest_sc_ucalc.mk
index 8ab28b13e076..15e1b616fd1a 100644
--- a/sc/CppunitTest_sc_ucalc.mk
+++ b/sc/CppunitTest_sc_ucalc.mk
@@ -16,7 +16,10 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_ucalc, \
sc/qa/unit/ucalc_sharedformula \
))
-$(eval $(call gb_CppunitTest_use_library_objects,sc_ucalc,sc))
+$(eval $(call gb_CppunitTest_use_library_objects,sc_ucalc, \
+ sc \
+ scqahelper \
+))
ifeq ($(ENABLE_TELEPATHY),TRUE)
$(eval $(call gb_CppunitTest_use_libraries,sc_ucalc,tubes))
@@ -52,7 +55,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc, \
salhelper \
sax \
sb \
- scqahelper \
sfx \
sot \
svl \
@@ -63,6 +65,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc, \
tk \
tl \
ucbhelper \
+ unotest \
utl \
vbahelper \
vcl \