it makes no sense whatsoever Change-Id: I114799dbe35ac31f6d90642ba8c5dbe3fc075604 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
24 lines
450 B
Prolog
24 lines
450 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += audiodecoder
|
|
|
|
# These examples all need widgets for now (using creator templates that use widgets)
|
|
!isEmpty(QT.widgets.name) {
|
|
SUBDIRS += \
|
|
radio \
|
|
spectrum \
|
|
audiorecorder \
|
|
audiodevices \
|
|
audioinput \
|
|
audiooutput \
|
|
}
|
|
|
|
!isEmpty(QT.gui.name):!isEmpty(QT.qml.name) {
|
|
SUBDIRS += \
|
|
declarative-radio \
|
|
video
|
|
}
|
|
|
|
config_openal: SUBDIRS += audioengine
|
|
|