Change-Id: I5eebe662ecbce9814ed3e763db56df9be737d11f Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
28 lines
601 B
Prolog
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
|