summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 5c151d99ae..403758ba39 100755
--- a/configure
+++ b/configure
@@ -653,6 +653,12 @@ echo "mobility_modules = $MOBILITY_MODULES" >> "$CONFIG_IN"
echo "contains(mobility_modules,versit): mobility_modules *= contacts" >> "$CONFIG_IN"
echo "symbian:contains(nfc_symbian_enabled,yes):contains(mobility_modules,connectivity): mobility_modules *= serviceframework" >> "$CONFIG_IN"
echo "maemo5|maemo6:contains(maemo-icd_enabled, no): mobility_modules -= bearer" >> "$CONFIG_IN"
+
+# 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"
+
# Mobility doesn't support Bearer on MeeGo -> Use Qt 4.7 Bearer instead
echo "meego:contains(mobility_modules, bearer) { " >> "$CONFIG_IN"
#echo " message(Bearer module not supported on MeeGo)" >> "$CONFIG_IN"