Files
qtmultimedia/examples/examples.pro
Ling Hu 809bbc35c6 Add AudioEngine with new implementation
Change-Id: I5eebe662ecbce9814ed3e763db56df9be737d11f
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
2012-02-06 05:35:28 +01:00

28 lines
601 B
Prolog

TEMPLATE = subdirs
# These examples all need widgets for now (using creator templates that use widgets)
!isEmpty(QT.widgets.name) {
SUBDIRS += \
radio \
camera \
spectrum \
audiorecorder \
audiodevices \
audioinput \
audiooutput \
videographicsitem \
videowidget \
player
contains(QT_CONFIG, declarative) {
disabled:SUBDIRS += declarative-camera
SUBDIRS += \
declarative-radio \
video
}
QT += widgets
}
contains(config_test_openal, yes): SUBDIRS += audioengine