This contains a new resource policy plugin, replacing the built-in
code that was deleted when the plugin interface was removed in
138242fb2d (which unfortunately did not provide a
plugin).
Change-Id: Iae7ed6edc330c69ca0c72d50bde6c7e12b8cca4e
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
60 lines
897 B
Prolog
60 lines
897 B
Prolog
######################################################################
|
|
#
|
|
# Qt Multimedia
|
|
#
|
|
######################################################################
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += m3u
|
|
|
|
android {
|
|
SUBDIRS += android
|
|
}
|
|
|
|
blackberry {
|
|
SUBDIRS += blackberry
|
|
}
|
|
|
|
qnx {
|
|
SUBDIRS += qnx
|
|
}
|
|
|
|
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
|
|
|
|
!ios {
|
|
SUBDIRS += qt7
|
|
config_avfoundation: SUBDIRS += avfoundation
|
|
}
|
|
}
|
|
|
|
config_resourcepolicy {
|
|
SUBDIRS += resourcepolicy
|
|
}
|
|
|