Change-Id: Icd07ad6805341f763a7abcfc8a24104c5d672ad7 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
61 lines
1.0 KiB
Prolog
61 lines
1.0 KiB
Prolog
######################################################################
|
|
#
|
|
# Qt Multimedia
|
|
#
|
|
######################################################################
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += m3u
|
|
|
|
android {
|
|
SUBDIRS += android opensles
|
|
}
|
|
|
|
qnx {
|
|
config_mmrenderer: SUBDIRS += qnx
|
|
SUBDIRS += audiocapture
|
|
}
|
|
|
|
qnx:!blackberry {
|
|
SUBDIRS += qnx-audio
|
|
}
|
|
|
|
win32:!winrt {
|
|
SUBDIRS += audiocapture \
|
|
windowsaudio
|
|
|
|
config_directshow: SUBDIRS += directshow
|
|
config_wmf: SUBDIRS += wmf
|
|
}
|
|
|
|
unix:!mac:!android {
|
|
config_gstreamer {
|
|
SUBDIRS += gstreamer
|
|
} else {
|
|
SUBDIRS += audiocapture
|
|
}
|
|
|
|
config_pulseaudio {
|
|
SUBDIRS += pulseaudio
|
|
} else:config_alsa {
|
|
SUBDIRS += alsa
|
|
}
|
|
|
|
# v4l is turned off because it is not supported in Qt 5
|
|
# !maemo*:SUBDIRS += v4l
|
|
}
|
|
|
|
mac:!simulator {
|
|
SUBDIRS += audiocapture coreaudio
|
|
|
|
config_avfoundation: SUBDIRS += avfoundation
|
|
|
|
!ios: SUBDIRS += qt7
|
|
}
|
|
|
|
config_resourcepolicy {
|
|
SUBDIRS += resourcepolicy
|
|
}
|
|
|