summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKevin Wu Won <kevin.wu-won@nokia.com>2010-06-30 11:47:54 +1000
committerKevin Wu Won <kevin.wu-won@nokia.com>2010-06-30 11:47:54 +1000
commit277742b6aee1f4cd0e192748abc0fa3837d134ae (patch)
treed6d585c5491be3558a8584d77adc1a80372e7828 /configure
parent6ee6a9d72f76f0b98a37613224f093e97b50d8b6 (diff)
Include path fixes for Organizer
configure was incorrectly putting it in QtmOrganizer (not QtOrganizer) mobility.prf wasn't setting the QtOrganizer includepath
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b8b688554c..1071ca120d 100755
--- a/configure
+++ b/configure
@@ -574,7 +574,7 @@ for module in $MOBILITY_MODULES; do
$relpath/bin/syncheaders $shadowpath/include/QtSensors $relpath/src/sensors
;;
organizer)
- $relpath/bin/syncheaders $shadowpath/include/QtmOrganizer $relpath/src/organizer
+ $relpath/bin/syncheaders $shadowpath/include/QtOrganizer $relpath/src/organizer
;;
*)
echo "Cannot generate headers for $module"