diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-08-06 11:37:15 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-08-06 11:37:15 (GMT) |
commit | f577abca43ec341ac4b96d5a9fb6fcfdc7411965 (patch) | |
tree | 0df451f4de071f2e055cd3850a1513ef9ecab2e0 /bin | |
parent | 31f4e677256487e7d167517ffd5dd4bef6bb4dd4 (diff) | |
parent | 1b7d4d29d970405d5559c5641260ea1f09375b27 (diff) | |
download | Qt-f577abca43ec341ac4b96d5a9fb6fcfdc7411965.zip Qt-f577abca43ec341ac4b96d5a9fb6fcfdc7411965.tar.gz Qt-f577abca43ec341ac4b96d5a9fb6fcfdc7411965.tar.bz2 |
Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/syncqt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ my %modules = ( # path to module name map "QtDBus" => "$basedir/src/dbus", "QtWebKit" => "$basedir/src/3rdparty/webkit/WebCore", "phonon" => "$basedir/src/phonon", + "QtMultimedia" => "$basedir/src/multimedia", ); my %moduleheaders = ( # restrict the module headers to those found in relative path "QtWebKit" => "../WebKit/qt/Api", |