Change-Id: I4d28741a6546dfafc5c60c7ccdc34d814276b518 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
39 lines
726 B
Prolog
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
|
|
}
|
|
|