This example was in the multimediawidgets directory but doesn't depend on or use the QtMultimediaWidgets module. Moved to 'examples/multimedia' instead. Change-Id: Ic2fcc6576e95664e0002531ee378a4366daa56c1 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
25 lines
467 B
Prolog
25 lines
467 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-camera \
|
|
declarative-radio \
|
|
video
|
|
}
|
|
|
|
config_openal: SUBDIRS += audioengine
|
|
|