blob: 0a01439c423f5d50a1f1715dc88f767a09c131b3 [file] [log] [blame]
TEMPLATE = subdirs
QT_FOR_CONFIG += multimedia-private
SUBDIRS += audiodecoder
# These examples all need widgets for now (using creator templates that use widgets)
qtHaveModule(widgets) {
SUBDIRS += \
radio \
spectrum \
audiorecorder \
audiodevices \
audioinput \
audiooutput \
}
qtHaveModule(quick) {
SUBDIRS += \
declarative-camera \
declarative-radio \
video
}
qtConfig(openal): SUBDIRS += audioengine