diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2009-08-05 14:26:56 +1000 |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2009-08-05 14:26:56 +1000 |
commit | e7052de274f6a201be628441d144dbbef5868948 (patch) | |
tree | 2456ce91e33a13d49666213e722a12f32d196e0a /bin | |
parent | bd51c3010e78925a2074122b281de53f01be9ef9 (diff) | |
download | qt4-tools-e7052de274f6a201be628441d144dbbef5868948.tar.gz |
Merge AudioServices into mainline.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/syncqt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/syncqt b/bin/syncqt index 6c4de6ad18..589659f46f 100755 --- a/bin/syncqt +++ b/bin/syncqt @@ -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", |