summaryrefslogtreecommitdiff
path: root/qtmultimedia.pro
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@digia.com>2013-10-08 16:15:04 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-11 14:21:48 +0200
commit7d24543c27bf3eebe1ac7c8f625c6e9c9fbdbdec (patch)
tree9a0ef724e880ed5368da95769f74a9a849a03cf2 /qtmultimedia.pro
parent8d7879087255f06b83b5a68ff54990dfc2cbe655 (diff)
downloadqtmultimedia-7d24543c27bf3eebe1ac7c8f625c6e9c9fbdbdec.tar.gz
DirectShow: improve metadata support.
Correctly return the list of available metadata. On Windows Vista and later, we now use shell properties to retrieve the metadata. This allows us to get much more metadata properties. Task-number: QTBUG-30776 Change-Id: If542756d08d832903984ef10d09c4caf410bdb1c Reviewed-by: Christian Stromme <christian.stromme@digia.com>
Diffstat (limited to 'qtmultimedia.pro')
-rw-r--r--qtmultimedia.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/qtmultimedia.pro b/qtmultimedia.pro
index 0c5ad66fb..f3ede6cac 100644
--- a/qtmultimedia.pro
+++ b/qtmultimedia.pro
@@ -4,7 +4,9 @@ load(configure)
qtCompileTest(openal)
qtCompileTest(opensles)
win32 {
- qtCompileTest(directshow)
+ qtCompileTest(directshow) {
+ qtCompileTest(wshellitem)
+ }
qtCompileTest(wmsdk)
qtCompileTest(wmp)
contains(QT_CONFIG, wmf-backend): qtCompileTest(wmf)