summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2010-08-16 13:22:17 +1000
committerMichael Goddard <michael.goddard@nokia.com>2010-08-16 13:49:35 +1000
commit9a4d30b717fd46a483e30a5ad0bd28fea9480d88 (patch)
tree1e79c0085c19f37584a15a8083b222760e5ac8e5 /configure
parentd18c660826dcede829a3bcdd2f9871fe1fe81ecc (diff)
Move SFW loading of contact actions to a plugin.
So contacts doesn't depend on SFW etc.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 64cc1f86bd..ced0af30c3 100755
--- a/configure
+++ b/configure
@@ -542,7 +542,6 @@ fi
# 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 organizer" >> "$CONFIG_IN"
-echo "contains(mobility_modules,contacts): mobility_modules *= serviceframework" >> "$CONFIG_IN"
echo "maemo5|maemo6:contains(maemo-icd_enabled, no): mobility_modules -= bearer" >> "$CONFIG_IN"
# If libicd-network-wlan-dev.h is not present, use own copy.
@@ -576,8 +575,6 @@ for module in $MOBILITY_MODULES; do
$relpath/bin/syncheaders $shadowpath/include/QtSystemInfo $relpath/src/systeminfo
;;
contacts)
- #contacts implies serviceframework
- $relpath/bin/syncheaders $shadowpath/include/QtServiceFramework $relpath/src/serviceframework
$relpath/bin/syncheaders $shadowpath/include/QtContacts $relpath/src/contacts
$relpath/bin/syncheaders $shadowpath/include/QtContacts $relpath/src/contacts/details
$relpath/bin/syncheaders $shadowpath/include/QtContacts $relpath/src/contacts/requests
@@ -602,7 +599,6 @@ for module in $MOBILITY_MODULES; do
$relpath/bin/syncheaders $shadowpath/include/QtContacts $relpath/src/contacts/requests
$relpath/bin/syncheaders $shadowpath/include/QtContacts $relpath/src/contacts/filters
$relpath/bin/syncheaders $shadowpath/include/QtOrganizer $relpath/src/organizer
- $relpath/bin/syncheaders $shadowpath/include/QtServiceFramework $relpath/src/serviceframework
;;
sensors)
$relpath/bin/syncheaders $shadowpath/include/QtSensors $relpath/src/sensors