From 7d24543c27bf3eebe1ac7c8f625c6e9c9fbdbdec Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Tue, 8 Oct 2013 16:15:04 +0200 Subject: 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 --- config.tests/wshellitem/wshellitem.pro | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.tests/wshellitem/wshellitem.pro (limited to 'config.tests/wshellitem/wshellitem.pro') diff --git a/config.tests/wshellitem/wshellitem.pro b/config.tests/wshellitem/wshellitem.pro new file mode 100644 index 000000000..abb9ba83a --- /dev/null +++ b/config.tests/wshellitem/wshellitem.pro @@ -0,0 +1,4 @@ +CONFIG -= qt +CONFIG += console + +SOURCES += main.cpp -- cgit v1.2.3