Files
qtmultimedia/examples/multimedia/multimedia.pro
Oswald Buddenhagen 0f2fc9ffd9 remove QT+=widgets from SUBDIRS projects
it makes no sense whatsoever

Change-Id: I114799dbe35ac31f6d90642ba8c5dbe3fc075604
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2012-12-16 22:15:22 +01:00

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