summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2010-09-13 15:35:23 +1000
committerWolfgang Beck <wolfgang.beck@nokia.com>2010-09-13 15:35:23 +1000
commit5364bedc2583c768f8a9fa4edce4073a4b94158b (patch)
tree6d2f23d17de4eade5aebf7d980ffe22f0cbc6487 /configure
parent548645d2cd49ecc87c501bfa003c1dbb829e4a64 (diff)
Remove QtTelephony Event API
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 3 insertions, 6 deletions
diff --git a/configure b/configure
index 3d73ace3fd..bd42c6e6c8 100755
--- a/configure
+++ b/configure
@@ -103,7 +103,7 @@ LIB_PATH="lib"
BIN_PATH="bin"
PLUGIN_PATH="plugins"
MAC_SDK=
-MOBILITY_MODULES="bearer location contacts multimedia publishsubscribe versit messaging systeminfo serviceframework sensors gallery organizer telephony feedback"
+MOBILITY_MODULES="bearer location contacts multimedia publishsubscribe versit messaging systeminfo serviceframework sensors gallery organizer feedback"
MOBILITY_MODULES_UNPARSED=
QMKSPEC=
OS="other"
@@ -144,7 +144,7 @@ usage()
echo "-no-tools ......... Do not build tools (build by default)"
echo "-modules <list> ... Restrict list of modules to build (default all supported)"
echo " Choose from: bearer contacts gallery location publishsubscribe"
- echo " messaging multimedia systeminfo serviceframework telephony"
+ echo " messaging multimedia systeminfo serviceframework"
echo " sensors versit organizer feedback"
echo " Modules should be separated by a space and surrounded"
echo " by double quotation. If a selected module depends on other modules"
@@ -245,7 +245,7 @@ while [ "$#" -gt 0 ]; do
MOBILITY_MODULES=
for m in $MOBILITY_MODULES_UNPARSED; do
case "$m" in
- bearer|contacts|location|messaging|multimedia|publishsubscribe|serviceframework|systeminfo|sensors|gallery|telephony|versit|feedback)
+ bearer|contacts|location|messaging|multimedia|publishsubscribe|serviceframework|systeminfo|sensors|gallery|versit|feedback)
MOBILITY_MODULES="$MOBILITY_MODULES $m";
;;
organizer)
@@ -603,9 +603,6 @@ for module in $MOBILITY_MODULES; do
messaging)
$relpath/bin/syncheaders $shadowpath/include/QtMessaging $relpath/src/messaging
;;
- telephony)
- $relpath/bin/syncheaders $shadowpath/include/QtTelephony $relpath/src/telephony
- ;;
versit)
#versit implies contacts. organizer includes might also be necessary
$relpath/bin/syncheaders $shadowpath/include/QtVersit $relpath/src/versit