Change-Id: I6a057950315a1e2084fd6fc130007f865d096f12 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
31 lines
594 B
Prolog
31 lines
594 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 \
|
|
camera \
|
|
spectrum \
|
|
audiorecorder \
|
|
audiodevices \
|
|
audioinput \
|
|
audiooutput \
|
|
videographicsitem \
|
|
videowidget \
|
|
player
|
|
|
|
QT += widgets
|
|
}
|
|
|
|
!isEmpty(QT.gui.name):!isEmpty(QT.qml.name) {
|
|
disabled:SUBDIRS += declarative-camera
|
|
SUBDIRS += \
|
|
declarative-radio \
|
|
video
|
|
}
|
|
|
|
config_openal: SUBDIRS += audioengine
|
|
|