Change-Id: I14da5455b7dd4681254e1652395df5f5c65746bd Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@gmail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
24 lines
438 B
Prolog
24 lines
438 B
Prolog
TEMPLATE = subdirs
|
|
|
|
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(gui):qtHaveModule(qml) {
|
|
SUBDIRS += \
|
|
declarative-radio \
|
|
video
|
|
}
|
|
|
|
config_openal: SUBDIRS += audioengine
|
|
|