summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_odfimport.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-09-20 15:46:06 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-09-20 15:49:55 +0200
commita516ac452e33d3f0df2572089041e2555808a5ee (patch)
tree57347ccb787146a26a3f527f8385924fbad03cfc /sw/CppunitTest_sw_odfimport.mk
parent7794ae344c353794916c669b85040fa4fc6c990f (diff)
fdo#37606 testcase
Change-Id: I60d34906a90a5143163e516f618648cf7178430e
Diffstat (limited to 'sw/CppunitTest_sw_odfimport.mk')
-rw-r--r--sw/CppunitTest_sw_odfimport.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_odfimport.mk b/sw/CppunitTest_sw_odfimport.mk
index 55805a85f258..756f1810bcc4 100644
--- a/sw/CppunitTest_sw_odfimport.mk
+++ b/sw/CppunitTest_sw_odfimport.mk
@@ -20,6 +20,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_odfimport, \
cppu \
cppuhelper \
sal \
+ svt \
sw \
test \
unotest \
@@ -36,6 +37,7 @@ $(eval $(call gb_CppunitTest_use_externals,sw_odfimport,\
$(eval $(call gb_CppunitTest_set_include,sw_odfimport,\
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \
+ -I$(SRCDIR)/sw/source/ui/inc \
-I$(SRCDIR)/sw/qa/extras/inc \
$$(INCLUDE) \
))
@@ -71,6 +73,9 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfimport,\
unotools/util/utl \
unoxml/source/service/unoxml \
uui/util/uui \
+ $(if $(filter-out MACOSX WNT,$(OS)), \
+ vcl/vcl.unx \
+ ) \
$(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
xmloff/util/xo \
))