Change-Id: Ib56d0cb24065c1f990aee5d7f41bfedfe75332a1 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
29 lines
596 B
Prolog
29 lines
596 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
|
|
}
|
|
|
|
config_openal: SUBDIRS += audioengine
|