summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas McGuire <thomas.mcguire.qnx@kdab.com>2012-04-04 14:34:50 +0200
committerThomas McGuire <thomas.mcguire@kdab.com>2012-11-28 13:36:59 +0100
commit5709657b812445726a53ef4d2aee46d75c56ab03 (patch)
tree8888b2096bf0eaa0e79792752d2106bf599fee75
parent267b5ad15fa2ec74756693196f503e05056cf617 (diff)
Disable all but multimedia and sensors on QNX
None of the other modules works anyway Change-Id: I2eabe4f54c40b694bd269600781709119109f073 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 403758ba39..9a457bbb1d 100755
--- a/configure
+++ b/configure
@@ -657,7 +657,7 @@ echo "maemo5|maemo6:contains(maemo-icd_enabled, no): mobility_modules -= bearer"
# Some modules are disabled from compilation on QNX right now:
# - publishsubscribe: dlmalloc.c redefining some symbols
# - systeminfo: Implementation files for _qnx missing
-echo "qnx: mobility_modules -= publishsubscribe systeminfo" >> "$CONFIG_IN"
+echo "qnx: mobility_modules -= bearer location contacts publishsubscribe versit messaging systeminfo serviceframework gallery organizer feedback connectivity" >> "$CONFIG_IN"
# Mobility doesn't support Bearer on MeeGo -> Use Qt 4.7 Bearer instead
echo "meego:contains(mobility_modules, bearer) { " >> "$CONFIG_IN"