summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKevin Wu Won <kevin.wu-won@nokia.com>2010-06-30 20:36:43 +1000
committerKevin Wu Won <kevin.wu-won@nokia.com>2010-06-30 20:36:43 +1000
commitd115c99d1b7920f9d921eeec61b561e5f508b94f (patch)
tree98a2dafbf710322191179d73b95fb22b6593e86a /configure
parent043346f831ea058bf3a1af4b99dcded32c016c84 (diff)
parentd7c73c9d1fa56a81ccf18b043237869bcb2189e1 (diff)
Merge branch 'master' of ../qtmobility
Conflicts: configure configure.bat features/mobility.prf.template src/global/qmobilityglobal.h
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 6 insertions, 3 deletions
diff --git a/configure b/configure
index a947fbf25b..9181ce1cdb 100755
--- a/configure
+++ b/configure
@@ -101,7 +101,7 @@ LIB_PATH="lib"
BIN_PATH="bin"
PLUGIN_PATH="plugins"
MAC_SDK=
-MOBILITY_MODULES="bearer location contacts multimedia publishsubscribe versit messaging systeminfo serviceframework sensors organizer telephony feedback"
+MOBILITY_MODULES="bearer location contacts multimedia publishsubscribe versit messaging systeminfo serviceframework sensors gallery organizer telephony feedback"
MOBILITY_MODULES_UNPARSED=
QMKSPEC=
OS="other"
@@ -140,7 +140,7 @@ usage()
echo "-no-docs .......... Do not build documentation (build by default)"
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 location publishsubscribe"
+ echo " Choose from: bearer contacts gallery location publishsubscribe"
echo " messaging multimedia systeminfo serviceframework telephony"
echo " sensors versit organizer feedback"
echo " Modules should be separated by a space and surrounded"
@@ -233,7 +233,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|telephony|versit|organizer|feedback)
+ bearer|contacts|location|messaging|multimedia|publishsubscribe|serviceframework|systeminfo|sensors|gallery|telephony|versit|organizer|feedback)
MOBILITY_MODULES="$MOBILITY_MODULES $m";
;;
*)
@@ -579,6 +579,9 @@ for module in $MOBILITY_MODULES; do
feedback)
$relpath/bin/syncheaders $shadowpath/include/QtFeedback $relpath/src/feedback
;;
+ gallery)
+ $relpath/bin/syncheaders $shadowpath/include $relpath/src/gallery
+ ;;
organizer)
$relpath/bin/syncheaders $shadowpath/include/QtOrganizer $relpath/src/organizer
;;