summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-07-16 14:15:17 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-07-16 14:25:05 +0200
commitb4eac50a7ef85661703b8848ef19198313453f45 (patch)
tree400ce3e3dedfa79b762e398fc5cf6a5e42796489 /sc/Module_sc.mk
parent150c9f8bbcffacc687a5603e2a589d2a3816dccb (diff)
try to avoid build breakage with cppunit on android
Broken by eef53622798e2e2f81f28ee5e1c82de0d48c149c , and I've had enough of tinderbox mails during the last week. Change-Id: Iab0fe0363e8ca3212eb673ae1da9492140140bc3
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 29e53e980679..35f1fc1e6ca8 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -16,10 +16,15 @@ $(eval $(call gb_Module_add_targets,sc,\
Library_scd \
Library_scfilt \
Library_scui \
- Library_scqahelper \
UIConfig_scalc \
))
+ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
+$(eval $(call gb_Module_add_targets,sc,\
+ Library_scqahelper \
+))
+endif
+
ifeq ($(ENABLE_TELEPATHY),TRUE)
$(eval $(call gb_Module_add_targets,sc,\