Files
qtmultimedia/src/plugins/plugins.pro
Ling Hu adb2bd2cd4 Disable wmf for now
Change-Id: I4d28741a6546dfafc5c60c7ccdc34d814276b518
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
2012-01-24 08:22:13 +01:00

39 lines
726 B
Prolog

######################################################################
#
# QtMultimedia
#
######################################################################
TEMPLATE = subdirs
SUBDIRS += m3u
win32 {
SUBDIRS += audiocapture
}
win32 {
contains(config_test_directshow, yes): SUBDIRS += directshow
# contains(config_test_wmf, yes) : SUBDIRS += wmf
}
unix:!mac {
contains(config_test_gstreamer, yes) {
SUBDIRS += gstreamer
} else {
SUBDIRS += audiocapture
}
# v4l is turned off because it is not supported in Qt 5
# !maemo*:SUBDIRS += v4l
contains(config_test_pulseaudio, yes) {
SUBDIRS += pulseaudio
}
}
mac:!simulator {
SUBDIRS += audiocapture qt7
}