Change-Id: I88be743f0cad94d4beabdae917758be7e4293bfd Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
43 lines
686 B
Prolog
43 lines
686 B
Prolog
######################################################################
|
|
#
|
|
# QtMultimedia
|
|
#
|
|
######################################################################
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += m3u
|
|
|
|
blackberry {
|
|
SUBDIRS += blackberry
|
|
}
|
|
|
|
win32 {
|
|
SUBDIRS += audiocapture
|
|
}
|
|
|
|
win32 {
|
|
config_directshow: SUBDIRS += directshow
|
|
config_wmf: SUBDIRS += wmf
|
|
}
|
|
|
|
unix:!mac {
|
|
config_gstreamer {
|
|
SUBDIRS += gstreamer
|
|
} else {
|
|
SUBDIRS += audiocapture
|
|
}
|
|
|
|
# v4l is turned off because it is not supported in Qt 5
|
|
# !maemo*:SUBDIRS += v4l
|
|
|
|
config_pulseaudio {
|
|
SUBDIRS += pulseaudio
|
|
}
|
|
}
|
|
|
|
mac:!simulator {
|
|
SUBDIRS += audiocapture qt7
|
|
}
|
|
|