--- a/qtcontactsmobility/configure Fri Mar 19 09:27:18 2010 +0200
+++ b/qtcontactsmobility/configure Fri Apr 16 14:53:18 2010 +0300
@@ -63,7 +63,7 @@
LIB_PATH="lib"
BIN_PATH="bin"
MAC_SDK=
-MOBILITY_MODULES="bearer location contacts multimedia publishsubscribe versit messaging systeminfo serviceframework"
+MOBILITY_MODULES="bearer location contacts multimedia publishsubscribe versit messaging systeminfo serviceframework sensors"
MOBILITY_MODULES_UNPARSED=
usage()
@@ -166,7 +166,7 @@
MOBILITY_MODULES=
for m in $MOBILITY_MODULES_UNPARSED; do
case "$m" in
- bearer|contacts|location|messaging|multimedia|publishsubscribe|serviceframework|systeminfo|versit)
+ bearer|contacts|location|messaging|multimedia|publishsubscribe|serviceframework|systeminfo|versit|sensors)
MOBILITY_MODULES="$MOBILITY_MODULES $m";
;;
*)
@@ -384,7 +384,6 @@
#remove old headers
rm -rf $shadowpath/include
mkdir $shadowpath/include
-$relpath/bin/syncheaders $shadowpath/include $relpath/src/global
for module in $MOBILITY_MODULES; do
case "$module" in
bearer)
@@ -423,6 +422,9 @@
$relpath/bin/syncheaders $shadowpath/include $relpath/src/contacts/requests
$relpath/bin/syncheaders $shadowpath/include $relpath/src/contacts/filters
;;
+ sensors)
+ $relpath/bin/syncheaders $shadowpath/include $relpath/src/sensors
+ ;;
*)
echo "Cannot generate headers for $module"
;;