summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2010-02-05 17:08:22 +1000
committerAlex <qt-info@nokia.com>2010-02-05 17:08:22 +1000
commit49b6337f4dbc02f52566cea2a9ddc44189c90280 (patch)
tree6164f913a9c5cb4df504657247079cf6a0fd7554 /configure
parent859ec6f3dbabe2b22526302300bb5b16d2c2c4b4 (diff)
no backend for Maemo6 yet. disable messaging altogether
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 7162367a77..80d62bcbfe 100755
--- a/configure
+++ b/configure
@@ -378,6 +378,7 @@ compileTest "CoreWLAN (MacOS 10.6)" corewlan
# It's a lot easier to make qmake do the dependency checking...
echo "mobility_modules = $MOBILITY_MODULES" >> "$CONFIG_IN"
echo "contains(mobility_modules,versit): mobility_modules *= contacts" >> "$CONFIG_IN"
+echo "maemo6:contains(mobility_modules,messaging): mobility_modules -= messaging" >> "$CONFIG_IN"
# Ideally we'd skip generating headers for modules that are not enabled
echo "Generating Mobility Headers..."