Files
qtmultimedia/examples/examples.pro
Kent Hansen 68680fc661 Don't use QtDeclarative compat module
Use QtQml instead.

Change-Id: I7618ba89a2ed288f7043ae402ac091a924598f03
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
2012-05-14 05:34:32 +02:00

29 lines
616 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 \
audiodecoder \
audiorecorder \
audiodevices \
audioinput \
audiooutput \
videographicsitem \
videowidget \
player
contains(QT_CONFIG, qml) {
disabled:SUBDIRS += declarative-camera
SUBDIRS += \
declarative-radio \
video
}
QT += widgets
}
contains(config_test_openal, yes): SUBDIRS += audioengine