No all QNX versions/variations have a mmrenderer by default, so we need to check for it, otherwise it fails to compile. Change-Id: I3efe9df37cf7807c1b0ac4d2e8f49aa02e3408cd Reviewed-by: Frank Osterfeld <frank.osterfeld@kdab.com> Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
60 lines
958 B
Prolog
60 lines
958 B
Prolog
######################################################################
|
|
#
|
|
# Qt Multimedia
|
|
#
|
|
######################################################################
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += m3u
|
|
|
|
android {
|
|
SUBDIRS += android opensles
|
|
}
|
|
|
|
qnx {
|
|
config_mmrenderer: SUBDIRS += qnx
|
|
SUBDIRS += audiocapture
|
|
}
|
|
|
|
qnx:!blackberry {
|
|
SUBDIRS += qnx-audio
|
|
}
|
|
|
|
win32 {
|
|
SUBDIRS += audiocapture
|
|
}
|
|
|
|
win32 {
|
|
config_directshow: SUBDIRS += directshow
|
|
config_wmf: SUBDIRS += wmf
|
|
}
|
|
|
|
unix:!mac:!android {
|
|
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 coreaudio
|
|
|
|
config_avfoundation: SUBDIRS += avfoundation
|
|
|
|
!ios: SUBDIRS += qt7
|
|
}
|
|
|
|
config_resourcepolicy {
|
|
SUBDIRS += resourcepolicy
|
|
}
|
|
|