summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2010-06-02 15:35:08 +1000
committerAlex <qt-info@nokia.com>2010-06-02 15:35:08 +1000
commitecb395c45af3badcfeec6d68f81575afadcd54a5 (patch)
tree58362d61e162db2b835e6186639abf66f474bca8 /configure
parentf0eab1572bdd2d5f0d8546d9e78f43bed3c17922 (diff)
fix deployment of multimedia headers (was broken by recent Multimedia changes)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index cb97d40b96..406e263073 100755
--- a/configure
+++ b/configure
@@ -533,9 +533,9 @@ for module in $MOBILITY_MODULES; do
$relpath/bin/syncheaders $shadowpath/include/QtmContacts $relpath/src/contacts/filters
;;
multimedia)
- $relpath/bin/syncheaders $shadowpath/include $relpath/src/multimedia
- $relpath/bin/syncheaders $shadowpath/include $relpath/src/multimedia/audio
- $relpath/bin/syncheaders $shadowpath/include $relpath/src/multimedia/video
+ $relpath/bin/syncheaders $shadowpath/include/QtMultimedia $relpath/src/multimedia
+ $relpath/bin/syncheaders $shadowpath/include/QtMultimedia $relpath/src/multimedia/audio
+ $relpath/bin/syncheaders $shadowpath/include/QtMultimedia $relpath/src/multimedia/video
;;
messaging)
$relpath/bin/syncheaders $shadowpath/include/QtmMessaging $relpath/src/messaging