summaryrefslogtreecommitdiffstats
path: root/vcl/CppunitTest_vcl_complextext.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-06-15 23:03:04 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-06-15 23:03:04 +0200
commit1780b582cc880538c98796a67f64a0bdd696ea22 (patch)
tree6f39daba12ec0a9f89620e8e76e5531114e93da4 /vcl/CppunitTest_vcl_complextext.mk
parentRegister these build-tool executables also for Android/iOS. (diff)
downloadcore-1780b582cc880538c98796a67f64a0bdd696ea22.tar.gz
core-1780b582cc880538c98796a67f64a0bdd696ea22.zip
vcl_complextext includes boost headers
Change-Id: I2528cfd2a4d520d4400ae72a53c085484e0f86aa
Diffstat (limited to 'vcl/CppunitTest_vcl_complextext.mk')
-rw-r--r--vcl/CppunitTest_vcl_complextext.mk16
1 files changed, 9 insertions, 7 deletions
diff --git a/vcl/CppunitTest_vcl_complextext.mk b/vcl/CppunitTest_vcl_complextext.mk
index 81763985981f..1e2e3fa02e08 100644
--- a/vcl/CppunitTest_vcl_complextext.mk
+++ b/vcl/CppunitTest_vcl_complextext.mk
@@ -10,15 +10,17 @@
$(eval $(call gb_CppunitTest_CppunitTest,vcl_complextext))
$(eval $(call gb_CppunitTest_add_exception_objects,vcl_complextext, \
- vcl/qa/cppunit/complextext \
+ vcl/qa/cppunit/complextext \
))
+$(eval $(call gb_CppunitTest_use_externals,vcl_complextext,boost_headers))
+
$(eval $(call gb_CppunitTest_use_libraries,vcl_complextext, \
comphelper \
cppu \
cppuhelper \
sal \
- svt \
+ svt \
test \
tl \
unotest \
@@ -27,16 +29,16 @@ $(eval $(call gb_CppunitTest_use_libraries,vcl_complextext, \
))
$(eval $(call gb_CppunitTest_use_api,vcl_complextext,\
- udkapi \
- offapi \
+ udkapi \
+ offapi \
))
$(eval $(call gb_CppunitTest_use_ure,vcl_complextext))
$(eval $(call gb_CppunitTest_use_components,vcl_complextext,\
- configmgr/source/configmgr \
- i18npool/util/i18npool \
- ucb/source/core/ucb1 \
+ configmgr/source/configmgr \
+ i18npool/util/i18npool \
+ ucb/source/core/ucb1 \
))
$(eval $(call gb_CppunitTest_use_configuration,vcl_complextext))