Files
qtmultimedia/examples/multimedia/multimedia.pro
Oswald Buddenhagen 9f26d9e242 fix build without quick
(gui && qml) is not a sufficient condition for the availability of
quick (e.g., missing opengl support can disable it).

Task-number: QTBUG-32682
Change-Id: I3b7fb005528cc99239f59d34c7f70abeebcfa75c
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2013-07-30 11:44:43 +02:00

25 lines
451 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(quick) {
SUBDIRS += \
declarative-camera \
declarative-radio \
video
}
config_openal: SUBDIRS += audioengine